Skip to content

Commit 46e4009

Browse files
authored
Merge pull request #2375 from djarecka/RealignInputSpec_update
trait changes in RealignInputSpec (fixes #2120)
2 parents 3c43f0c + 1b76794 commit 46e4009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/spm/preprocess.py

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

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

0 commit comments

Comments
 (0)