Skip to content

Commit ea909c7

Browse files
committed
fixed applymask output
1 parent 42cdc6e commit ea909c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ def _list_outputs(self):
417417
suffix="_masked",
418418
newpath=os.getcwd(),
419419
use_ext=True)
420+
else:
421+
outputs["out_file"] = os.path.abspath(outputs["out_file"])
420422
return outputs
421423

422424
def _gen_filename(self, name):

0 commit comments

Comments
 (0)