Skip to content

Commit bd9bb0d

Browse files
committed
ENH: Re-enable spm.Realign to take lists of lists of files
1 parent db72d88 commit bd9bb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

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

126126
class RealignInputSpec(SPMCommandInputSpec):
127127
in_files = InputMultiPath(
128-
ImageFileSPM(exists=True),
128+
InputMultiPath(ImageFileSPM(exists=True)),
129129
field='data',
130130
mandatory=True,
131131
copyfile=True,

0 commit comments

Comments
 (0)