Skip to content

Commit adea98e

Browse files
author
Fabio Bernardoni
committed
undone some changes that were not needed
1 parent f0da0c7 commit adea98e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ def _list_outputs(self):
258258
class ApplyVDMInputSpec(SPMCommandInputSpec):
259259

260260
in_files = InputMultiObject(
261-
traits.Either(
262-
ImageFileSPM(exists=True), traits.List(ImageFileSPM(exists=True))
263-
),
261+
ImageFileSPM(exists=True),
264262
field='data.scans',
265263
mandatory=True,
266264
copyfile=True,

0 commit comments

Comments
 (0)