We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3116875 commit deb25bcCopy full SHA for deb25bc
nipype/interfaces/freesurfer/preprocess.py
@@ -1975,7 +1975,7 @@ def _list_outputs(self):
1975
outputs["out_fsl_file"] = op.abspath(_in.out_fsl_file)
1976
1977
if isdefined(_in.init_cost_file):
1978
- if isinstance(_in.out_fsl_file, bool):
+ if isinstance(_in.init_cost_file, bool):
1979
outputs["init_cost_file"] = outputs["out_reg_file"] + ".initcost"
1980
else:
1981
outputs["init_cost_file"] = op.abspath(_in.init_cost_file)
0 commit comments