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 31990fd commit a298cfdCopy full SHA for a298cfd
nipype/interfaces/mrtrix/tracking.py
@@ -58,6 +58,8 @@ def _list_outputs(self):
58
outputs['tract_image'] = self.inputs.out_filename
59
if not isdefined(outputs['tract_image']):
60
outputs['tract_image'] = op.abspath(self._gen_outfilename())
61
+ else:
62
+ outputs['tract_image'] = os.path.abspath(outputs['tract_image'])
63
return outputs
64
65
def _gen_filename(self, name):
0 commit comments