Skip to content

Commit 759a75c

Browse files
committed
Revert "ENH: Re-enable spm.Realign to take lists of lists of files"
This reverts commit da966f9.
1 parent da966f9 commit 759a75c

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-
InputMultiPath(ImageFileSPM(exists=True)),
128+
ImageFileSPM(exists=True),
129129
field='data',
130130
mandatory=True,
131131
copyfile=True,

0 commit comments

Comments
 (0)