Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit authored and Arohan Ajit committed Oct 17, 2024
1 parent f2a49b9 commit 07f122b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gui/wxpython/modules/import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,6 @@ def OnRun(self, event):
if data is None:
return

# Error: local variable '_' defined as a builtin referenced before assignment
# This error is only coming up in this file.
_ = ""

if not data:
GMessage(parent=self, message=_("No layers selected. Operation canceled."))
return
Expand Down

0 comments on commit 07f122b

Please sign in to comment.