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 0d50349 commit d3a88bcCopy full SHA for d3a88bc
niworkflows/interfaces/nibabel.py
@@ -96,7 +96,7 @@ class _FourToThreeInputSpec(BaseInterfaceInputSpec):
96
97
98
class _FourToThreeOutputSpec(TraitedSpec):
99
- out_files = OutputMultiPath(File(exists=True),
+ out_files = OutputMultiObject(File(exists=True),
100
desc='output list of 3d images')
101
102
0 commit comments