Skip to content

Commit 9deb366

Browse files
committed
removed ImportError restriction to address faulthandler problem in Jupyter
1 parent a6a11b9 commit 9deb366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
try:
2121
import faulthandler
2222
faulthandler.enable()
23-
except ImportError:
23+
except:
2424
pass
2525

2626

0 commit comments

Comments
 (0)