Skip to content

Commit 3d5cd6f

Browse files
committed
Fixed parenthesis.
1 parent b2fc5cc commit 3d5cd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ class FNIRTInputSpec(FSLCommandInputSpec):
659659
'to intensity mapping', hash_files=False)
660660
log_file = File(argstr='--logout=%s',
661661
desc='Name of log-file', genfile=True, hash_files=False)
662-
config_file = traits.Either(traits.Enum("T1_2_MNI152_2mm", "FA_2_FMRIB58_1mm"), File(exists=True, argstr='--config=%s',
663-
desc='Name of config file specifying command line arguments'))
662+
config_file = traits.Either(traits.Enum("T1_2_MNI152_2mm", "FA_2_FMRIB58_1mm"), File(exists=True), argstr='--config=%s',
663+
desc='Name of config file specifying command line arguments')
664664
refmask_file = File(exists=True, argstr='--refmask=%s',
665665
desc='name of file with mask in reference space')
666666
inmask_file = File(exists=True, argstr='--inmask=%s',

0 commit comments

Comments
 (0)