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 20, 2024
1 parent 6f57ae0 commit 59d05a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qgepqwat2ili/qgepsia405/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def qgep_export_sia405(selection=None, labels_file=None, orientation=None, baske
qgep_export_utils.export_pipe_profile()

# with or without check_fk_in_subset
if (filtered or ws_off_sia405abwasser):
if filtered or ws_off_sia405abwasser:
logger.debug(
f"Filtered = {str(filtered)} and ws_off_sia405abwasser = {str(ws_off_sia405abwasser)}"
)
Expand All @@ -352,7 +352,6 @@ def qgep_export_sia405(selection=None, labels_file=None, orientation=None, baske
)
qgep_export_utils.export_reach_point()


logger.info(
"Exporting QGEP.wastewater_node (check_fk_in_subset) -> ABWASSER.abwasserknoten, ABWASSER.metaattribute"
)
Expand Down

0 comments on commit 59d05a1

Please sign in to comment.