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 9aa0655 commit 5a31b01Copy full SHA for 5a31b01
niworkflows/interfaces/nibabel.py
@@ -125,7 +125,7 @@ def _run_interface(self, runtime):
125
126
class _MergeSeriesInputSpec(BaseInterfaceInputSpec):
127
in_files = InputMultiObject(File(exists=True, mandatory=True,
128
- desc='input list of 3d images'))
+ desc='input list of 3d images'))
129
130
131
class _MergeSeriesOutputSpec(TraitedSpec):
0 commit comments