Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit authored and Arohan Ajit committed Jan 17, 2025
1 parent 87ddfa5 commit 73acfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/location_wizard/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ def OnSearch(self, event):
self.epsgcode, self.epsgdesc, self.epsgparams = self.epsglist.Search(
index=[0, 1, 2], pattern=value
)
except (IndexError, ValueError):
except (IndexError, ValueError): # -> no item found
self.epsgcode = None
self.epsgdesc = self.epsgparams = ""
self.tcode.SetValue("")
Expand Down

0 comments on commit 73acfcc

Please sign in to comment.