Skip to content

Commit

Permalink
missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Nov 12, 2024
1 parent fc58e20 commit 886b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/utils/ili2db.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def get_ws_wn_ids(classname):
"""

# define classes that this is allowed to use - adapt for TWW to include model changes
if classname IN ['discharge_point', 'manhole', 'infiltration_installation', 'wastewater_structure']
if classname IN ['discharge_point', 'manhole', 'infiltration_installation', 'wastewater_structure']:
logger.info(f"get list of id's of wastewater_nodes of {classname} ..."):
connection = psycopg2.connect(get_pgconf_as_psycopg2_dsn())
connection.set_session(autocommit=True)
Expand Down

0 comments on commit 886b9e3

Please sign in to comment.