Skip to content

Commit c08051d

Browse files
committed
Merge remote-tracking branch 'upstream/master' into mrtrix_preprocessing
2 parents 7015004 + fcbe28e commit c08051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def _list_outputs(self):
11601160
if suffix.endswith('.txt'):
11611161
change_ext = False
11621162
if isdefined(inval):
1163-
outputs[key] = inval
1163+
outputs[key] = os.path.abspath(inval)
11641164
else:
11651165
outputs[key] = self._gen_fname(
11661166
self.inputs.in_file,

0 commit comments

Comments
 (0)