Skip to content

Commit 7219ca3

Browse files
authored
Update outputs for warped_file log_file to cwd
1 parent 232ac23 commit 7219ca3

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)