Skip to content

Commit

Permalink
correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jun 3, 2024
1 parent f27356a commit f81d641
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2991,8 +2991,7 @@ def textpos_common(row, t_type, geojson_crs_def):
(QGEP.measuring_point, QGEP.wastewater_structure, QGEP.wastewater_networkelement),
(QGEP.measuring_point, QGEP.water_course_segment, QGEP.river, QGEP.sector_water_body, QGEP.discharge_point, QGEP.wastewater_networkelement),
)
).
filter(
).filter(
QGEP.wastewater_networkelement.obj_id.in_(subset_ids)
)
for row in query:
Expand Down

0 comments on commit f81d641

Please sign in to comment.