Skip to content

Commit

Permalink
Merge branch '2024-10-02-addcheck_mandatory_fk_owner_fk_provider' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/QGEP/qgepqwat2ili into 2024-10-02-addcheck_mandatory_fk_owner_fk_provider
  • Loading branch information
sjib committed Oct 10, 2024
2 parents 56e1af4 + b5a7677 commit 9b70690
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ def qgep_export(selection=None, labels_file=None, orientation=None):

# Logging for debugging
logger.info(f"print subset_ids '{subset_ids}'")

# get list of id's of class wwtp_structure (ARABauwerk) to be able to check if fk_wastewater_structure references to wwtp_structure


# get list of id's of class wwtp_structure (ARABauwerk) to be able to check if fk_wastewater_structure references to wwtp_structure

wastewater_structure_id_sia405abwasser_list = None
wastewater_structure_id_sia405abwasser_list = skip_wwtp_structure_ids()
Expand All @@ -56,11 +55,6 @@ def qgep_export(selection=None, labels_file=None, orientation=None):
f"wastewater_structure_id_sia405abwasser_list : {wastewater_structure_id_sia405abwasser_list}",
)






# Orientation
oriented = orientation is not None
if oriented:
Expand Down

0 comments on commit 9b70690

Please sign in to comment.