File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -519,9 +519,9 @@ def _list_outputs(self):
519
519
outputs ["dof_file" ] = os .path .join (glmdir , "dof.dat" )
520
520
# Assign the conditional outputs
521
521
if self .inputs .save_residual :
522
- outputs ["error_file" ] = os .path .join (glmdir , "eres.{ext}" )
522
+ outputs ["error_file" ] = os .path .join (glmdir , f "eres.{ ext } " )
523
523
if self .inputs .save_estimate :
524
- outputs ["estimate_file" ] = os .path .join (glmdir , "yhat.{ext}" )
524
+ outputs ["estimate_file" ] = os .path .join (glmdir , f "yhat.{ ext } " )
525
525
if any ((self .inputs .mrtm1 , self .inputs .mrtm2 , self .inputs .logan )):
526
526
outputs ["bp_file" ] = os .path .join (glmdir , f"bp.{ ext } " )
527
527
if self .inputs .mrtm1 :
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ def _list_outputs(self):
475
475
outputs ["nopvc_file" ] = os .path .join (pvcdir , "nopvc.nii.gz" )
476
476
outputs ["gtm_file" ] = os .path .join (pvcdir , "gtm.nii.gz" )
477
477
outputs ["gtm_stats" ] = os .path .join (pvcdir , "gtm.stats.dat" )
478
- outputs ["reg_pet2anat" ] = os .path .join (pvcdir , "aux/ bbpet2anat.lta" )
478
+ outputs ["reg_pet2anat" ] = os .path .join (pvcdir , "aux" , " bbpet2anat.lta" )
479
479
480
480
# Assign the conditional outputs
481
481
if self .inputs .save_input :
You can’t perform that action at this time.
0 commit comments