Skip to content

Commit a16469b

Browse files
committed
fix: add ModuleNotFound argument to except statement.
1 parent 012f8fa commit a16469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ORStools/gui/ORStoolsDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
try:
3434
import processing
35-
except:
35+
except ModuleNotFoundError:
3636
pass
3737
import webbrowser
3838

0 commit comments

Comments
 (0)