Skip to content

Commit 786eb97

Browse files
dPyseffigies
andauthored
Update niworkflows/interfaces/nibabel.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent d3a88bc commit 786eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/nibabel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _run_interface(self, runtime):
124124

125125

126126
class _ConcatImagesInputSpec(BaseInterfaceInputSpec):
127-
in_files = InputMultiPath(File(exists=True, mandatory=True,
127+
in_files = InputMultiObject(File(exists=True, mandatory=True,
128128
desc='input list of 3d images'))
129129

130130

0 commit comments

Comments
 (0)