Skip to content

Commit 524c906

Browse files
committed
fix: added prefix
1 parent 203feab commit 524c906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ def _list_outputs(self):
540540
'CorticalThickness.' +
541541
self.inputs.image_suffix)
542542
outputs['TemplateToSubject1GenericAffine'] = os.path.join(os.getcwd(),
543+
self.inputs.out_prefix +
543544
'TemplateToSubject1GenericAffine.mat')
544545
outputs['TemplateToSubject0Warp'] = os.path.join(os.getcwd(),
545546
self.inputs.out_prefix +

0 commit comments

Comments
 (0)