Skip to content

Commit f4c3db7

Browse files
committed
roll back nilearn interface
1 parent 533c247 commit f4c3db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/nilearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _run_interface(self, runtime):
106106
region_signals.astype(str)))
107107

108108
# save output
109-
self._results['out_file'] = os.path.join(runtime.cwd, self.inputs.out_file)
109+
self._results['out_file'] = os.path.abspath(self.inputs.out_file)
110110
np.savetxt(
111111
self._results['out_file'], output, fmt=b'%s', delimiter='\t')
112112
return runtime

0 commit comments

Comments
 (0)