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 8c649fe commit 27f1eaeCopy full SHA for 27f1eae
nipype/interfaces/freesurfer/model.py
@@ -519,7 +519,7 @@ def _list_outputs(self):
519
outputs["dof_file"] = os.path.join(glmdir, "dof.dat")
520
# Assign the conditional outputs
521
if self.inputs.save_residual:
522
- outputs["error_file"] = os.path.join(glmdir, "eres.{ext}")
+ outputs["error_file"] = os.path.join(glmdir, f"eres.{ext}")
523
if self.inputs.save_estimate:
524
outputs["estimate_file"] = os.path.join(glmdir, "yhat.{ext}")
525
if any((self.inputs.mrtm1, self.inputs.mrtm2, self.inputs.logan)):
0 commit comments