Skip to content

Commit ba1a863

Browse files
committed
removed genfile
1 parent 2ef535b commit ba1a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ class MNIBiasCorrectionInputSpec(FSTraitedSpec):
14771477
in_file = File(exists=True, mandatory=True, argstr="--i %s",
14781478
desc="input volume. Input can be any format accepted by mri_convert.")
14791479
# optional
1480-
out_file = File(argstr="--o %s", name_source=['in_file'], genfile=True,
1480+
out_file = File(argstr="--o %s", name_source=['in_file'],
14811481
name_template='%s_output', hash_files=False, keep_extension=True,
14821482
desc="output volume. Output can be any format accepted by mri_convert. " +
14831483
"If the output format is COR, then the directory must exist.")

0 commit comments

Comments
 (0)