Skip to content

Commit

Permalink
Add missing self.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisib committed Dec 31, 2024
1 parent e4e9265 commit 79d9286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/experimental/settings_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def modify_choices(self, choices=None, new_default=None):
@param new_default A value to assign to this setting if its existing value is out-of-range
"""
if choices is None:
choices = get_option_list()
choices = self.get_option_list()
else:
# add the autoselect items, if needed
if self.autoselect_knob:
Expand Down

0 comments on commit 79d9286

Please sign in to comment.