We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3ab3c commit 857384dCopy full SHA for 857384d
nipype/__init__.py
@@ -20,7 +20,7 @@
20
try:
21
import faulthandler
22
faulthandler.enable()
23
-except:
+except (ImportError,IOError) as e:
24
pass
25
26
0 commit comments