Skip to content

Commit

Permalink
Fix typo in setup tool in the function called when changing an existi…
Browse files Browse the repository at this point in the history
…ng autosetting

Resolves: #591
  • Loading branch information
mike-fabian committed Jan 8, 2025
1 parent b77cb62 commit 789b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4349,7 +4349,7 @@ def _on_autosettings_treeview_value_edited(
else:
new_edited_value = ''
model.set_value(iterator, 1, new_edited_value)
new_autosettings = autosettings_user['user'][:]
new_autosettings = autosettings_user[:]
new_autosettings[index] = (old_setting, new_edited_value, old_regexp)
self.set_autosettings(new_autosettings)

Expand Down

0 comments on commit 789b6e7

Please sign in to comment.