Skip to content

Commit

Permalink
turn on flag_test to allow subclass test for wastewater_structures
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jun 19, 2024
1 parent 1c54073 commit f186ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgepqwat2ili/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ def action_do_export():
return

# 2. check wastewater_structure for all data models
flag_test = False
# flag_test - set to true if this test should be applied also
flag_test = True
if flag_test:
check_wastewater_structure = False
check_wastewater_structure = check_wastewater_structure_subclass_data()
Expand Down

0 comments on commit f186ebd

Please sign in to comment.