Skip to content

Commit

Permalink
add extra logger.info to check the passed on selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jun 18, 2024
1 parent e39f30f commit 1c54073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qgepqwat2ili/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,10 @@ def action_do_export():
#18.3.2023
# 22.3.2023 added try - seems not to work
# try:

# add logger info to check what selection is used
logger.info(f"Start Exporting with selection {str(export_dialog.selected_ids)}")

if emodel == "VSA_KEK_2019_LV95":
logger.info("Start Exporting VSA_KEK_2019_LV95 - qgep_export")
#qgep_export(selection=export_dialog.selected_ids, labels_file=labels_file_path)
Expand Down

0 comments on commit 1c54073

Please sign in to comment.