Skip to content

Commit 1439222

Browse files
committed
Revert removal of input_spec on BaseInterface
1 parent e0649ab commit 1439222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ class BaseInterface(Interface):
760760
This class cannot be instantiated.
761761
762762
"""
763+
input_spec = BaseInterfaceInputSpec
763764
_version = None
764765
_additional_metadata = []
765766
_redirect_x = False

0 commit comments

Comments
 (0)