Skip to content

Commit

Permalink
TVB-2417 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Aug 2, 2023
1 parent 23a8b81 commit 6dafa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_library/tvb/basic/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _build_profile_class(cls, selected_profile, in_operation=False, run_init=Tru

else:
msg = "Invalid profile name %r, expected one of %r"
msg %= (selected_profile, cls.REGISTERED_PROFILES)
msg %= (selected_profile, cls.REGISTERED_PROFILES.keys())
raise Exception(msg)

@classmethod
Expand Down

0 comments on commit 6dafa86

Please sign in to comment.