Skip to content

Commit

Permalink
correct , and )
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jul 17, 2024
1 parent cd3e1f6 commit 17e893f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -3388,11 +3388,11 @@ def textpos_common(row, t_type, geojson_crs_def):
# side fk_overflow_char not considered in filter query
if filtered:
query = query.join(
QGEP.wastewater_node)
QGEP.wastewater_node,
or_(
QGEP.wastewater_node.obj_id == QGEP.hydraulic_char_data.fk_wastewater_node,
),
.filter(
).filter(
QGEP.wastewater_networkelement.obj_id.in_(subset_ids)
)
for row in query:
Expand Down

0 comments on commit 17e893f

Please sign in to comment.