Skip to content

Commit

Permalink
Update interface_handler.py
Browse files Browse the repository at this point in the history
elimination of the underscore typo
  • Loading branch information
ivn951 committed Jun 10, 2023
1 parent bd0c239 commit e4b9cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userInterface/interface_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def init_profile_selection(self, profile="default"):
self.dlg.comboBoxNamesTarget.clear()
self.dlg.list_profiles.clear()
for name in profile_names:
# Init source profiles combobox_
# Init source profiles combobox
self.dlg.comboBoxNamesSource.addItem(name)
if profile in profile_names:
self.dlg.comboBoxNamesSource.setCurrentIndex(profile_names.index(profile))
Expand Down

0 comments on commit e4b9cc4

Please sign in to comment.