Skip to content

Commit

Permalink
correct True
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Dec 18, 2024
1 parent 9083924 commit cf0b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/gui/gui_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def logs_next_to_file(self):
return self.save_logs_next_to_file_checkbox.isChecked()

@property
def selected_ids(self, selection_extend=true):
def selected_ids(self, selection_extend=True):
if self.limit_checkbox.isChecked():
ids = []
for struct in self.structures:
Expand Down

0 comments on commit cf0b7eb

Please sign in to comment.