Skip to content

Commit

Permalink
add : and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Dec 12, 2024
1 parent ca1b3ed commit fd8de58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qgepqwat2ili/utils/qgep_export_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,8 @@ def get_connected_we_from_re(subset_reaches):
if subset_reaches is None:
connected_wn_from_re_ids = None
else:
if not subset_reaches
# check if list is empty https://stackoverflow.com/questions/53513/how-do-i-check-if-a-list-is-empty
if not subset_reaches:
connected_wn_from_re_ids = None
else:
logger.info(
Expand Down

0 comments on commit fd8de58

Please sign in to comment.