Skip to content

Commit c8cd16b

Browse files
committed
Updated file.
1 parent 5108d05 commit c8cd16b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ class FNIRTInputSpec(FSLCommandInputSpec):
748748
config_file = traits.Either(
749749
traits.Enum("T1_2_MNI152_2mm", "FA_2_FMRIB58_1mm"), File(exists=True), argstr='--config=%s',
750750
desc='Name of config file specifying command line arguments')
751-
752751
refmask_file = File(exists=True, argstr='--refmask=%s',
753752
desc='name of file with mask in reference space')
754753
inmask_file = File(exists=True, argstr='--inmask=%s',

0 commit comments

Comments
 (0)