Skip to content

Commit

Permalink
fix: add ModuleNotFound argument to except statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jul 29, 2024
1 parent 012f8fa commit a16469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

try:
import processing
except:
except ModuleNotFoundError:
pass
import webbrowser

Expand Down

0 comments on commit a16469b

Please sign in to comment.