Skip to content

Commit f3914d5

Browse files
committed
Revert "changing in_files in RealignInputSpec"
This reverts commit f196238.
1 parent 759a75c commit f3914d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ def _list_outputs(self):
125125

126126
class RealignInputSpec(SPMCommandInputSpec):
127127
in_files = InputMultiPath(
128-
ImageFileSPM(exists=True),
128+
traits.Either(traits.List(ImageFileSPM(exists=True)),
129+
ImageFileSPM(exists=True)),
129130
field='data',
130131
mandatory=True,
131132
copyfile=True,

0 commit comments

Comments
 (0)