Skip to content

Commit d3a88bc

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

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
@@ -96,7 +96,7 @@ class _FourToThreeInputSpec(BaseInterfaceInputSpec):
9696

9797

9898
class _FourToThreeOutputSpec(TraitedSpec):
99-
out_files = OutputMultiPath(File(exists=True),
99+
out_files = OutputMultiObject(File(exists=True),
100100
desc='output list of 3d images')
101101

102102

0 commit comments

Comments
 (0)