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 30ddf03 commit 5e3c93cCopy full SHA for 5e3c93c
niworkflows/interfaces/nibabel.py
@@ -7,7 +7,7 @@
7
from nipype.utils.filemanip import fname_presuffix
8
from nipype.interfaces.base import (
9
traits, TraitedSpec, BaseInterfaceInputSpec, File,
10
- SimpleInterface, OutputMultiPath, InputMultiPath
+ SimpleInterface, OutputMultiObject, InputMultiObject
11
)
12
13
IFLOGGER = logging.getLogger('nipype.interface')
0 commit comments