Skip to content

Commit 8c649fe

Browse files
committed
FIX: update gtm_file to out_file
1 parent 0f349ca commit 8c649fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class GTMSeg(FSCommand):
126126

127127
def _list_outputs(self):
128128
outputs = self.output_spec().get()
129-
outputs['gtm_file'] = os.path.join(
129+
outputs['out_file'] = os.path.join(
130130
self.inputs.subjects_dir,
131131
self.inputs.subject_id,
132132
'mri',

0 commit comments

Comments
 (0)