Skip to content

Commit 17c4613

Browse files
author
bpinsard
committed
Revert "simplify in_file"
This reverts commit f1be287.
1 parent f1be287 commit 17c4613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/utils.py

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

212212
class ApplyInverseDeformationInput(SPMCommandInputSpec):
213213
in_files = InputMultiPath(
214-
File(exists=True),
214+
traits.Either(traits.List(File(exists=True)),File(exists=True)),
215215
field='fnames',
216216
mandatory=True,
217217
desc='Files on which deformation is applied')

0 commit comments

Comments
 (0)