Skip to content

Commit 0b7dc8d

Browse files
committed
Merge pull request #1313 from poldrack/master
removed ImportError restriction to address faulthandler problem in Ju…
2 parents a6a11b9 + 9deb366 commit 0b7dc8d

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)