Skip to content

Commit

Permalink
Fix Exception in aborting image retrieval (#2008)
Browse files Browse the repository at this point in the history
Fix #2006
  • Loading branch information
joernu76 authored Sep 7, 2023
1 parent eb17842 commit cce31ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/msui/wms_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def normalize_crs(crs):
if ret == QtWidgets.QMessageBox.Ignore:
self.check_for_allowed_crs = False
elif ret == QtWidgets.QMessageBox.No:
return
return []

# get...Time() will return None if the corresponding checkboxes are
# disabled. <None> objects passed to wms.getmap will not be included
Expand Down

0 comments on commit cce31ac

Please sign in to comment.