Skip to content

Commit a2f434f

Browse files
committed
fix: trailing parenthesis
1 parent e6626af commit a2f434f

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
@@ -34,7 +34,7 @@
3434
class SliceTimingInputSpec(SPMCommandInputSpec):
3535
in_files = InputMultiPath(traits.Either(traits.List(ImageFileSPM(
3636
exists=True)),
37-
ImageFileSPM(exists=True),
37+
ImageFileSPM(exists=True)),
3838
field='scans',
3939
desc='list of filenames to apply slice timing',
4040
mandatory=True, copyfile=False)

0 commit comments

Comments
 (0)