Skip to content

Commit 3339337

Browse files
authored
FIX: Exception hierarchy
1 parent a646483 commit 3339337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class PipelineError(NipypeError):
66
pass
77

88

9-
class NodeError(EngineError):
9+
class NodeError(PipelineError):
1010
pass
1111

1212

0 commit comments

Comments
 (0)