Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2024
1 parent 3fb3bdb commit 236970f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions qgepqwat2ili/qgepsia405/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ def qgep_export_sia405(selection=None, labels_file=None, orientation=None, baske
# with or without check_fk_in_subset
# if filtered
if filtered and ws_off_sia405abwasser:
logger.info("Exporting QGEP.reach_point (check_fk_in_subset) -> ABWASSER.haltungspunkt, ABWASSER.metaattribute")
logger.info(
"Exporting QGEP.reach_point (check_fk_in_subset) -> ABWASSER.haltungspunkt, ABWASSER.metaattribute"
)
qgep_export_utils.export_reach_point_check_fk_in_subset()

logger.info(
Expand Down Expand Up @@ -366,7 +368,9 @@ def qgep_export_sia405(selection=None, labels_file=None, orientation=None, baske
logger.info("done")
abwasser_session.flush()

logger.info("Exporting QGEP.reach (check_fk_in_subset) -> ABWASSER.haltung, ABWASSER.metaattribute")
logger.info(
"Exporting QGEP.reach (check_fk_in_subset) -> ABWASSER.haltung, ABWASSER.metaattribute"
)
qgep_export_utils.export_reach_check_fk_in_subset()

# not filtered and not ws_off_sia405abwasser
Expand Down

0 comments on commit 236970f

Please sign in to comment.