Skip to content

Commit aac45c8

Browse files
authored
Update setup_matlab.py
1 parent 360f02f commit aac45c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_matlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def try_import(module_name):
8383
try:
8484
__import__(module_name)
8585
return True
86-
except ImportError:
86+
except:
8787
return False
8888

8989
def download_matlab_runtime(system):

0 commit comments

Comments
 (0)