Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Dec 18, 2024
1 parent 2e85bb5 commit 5cd4530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def action_do_export():
# add logger info to check what selection is used
#18.12.2024
#logger.info(f"Start Exporting with selection {str(export_dialog.selected_ids)}")
logger.info(f"Start Exporting with selection {str(export_dialog.selected_ids(False) - without automatic extension of neigbouring wwn elements}")
logger.info(f"Start Exporting with selection {str(export_dialog.selected_ids(False)} - without automatic extension of neigbouring wwn elements")

if emodel == "VSA_KEK_2019_LV95":
logger.info("Start Exporting VSA_KEK_2019_LV95")
Expand Down

0 comments on commit 5cd4530

Please sign in to comment.