Skip to content

Commit fcbe28e

Browse files
authored
Merge pull request #2900 from BenjaminMey/BenjaminMey-FNIRT-outputs
[FIX] Update FNIRT outputs for warped_file log_file to include cwd
2 parents 27dc5cb + 7219ca3 commit fcbe28e

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)