Skip to content

Commit a9b2609

Browse files
committed
add runtime.cwd to report.rst
1 parent 4db0e7c commit a9b2609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/pipeline/engine/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def write_report(node, report_type=None, is_mapnode=False):
188188
rst_dict = {
189189
'hostname': result.runtime.hostname,
190190
'duration': result.runtime.duration,
191+
'working_dir': result.runtime.cwd,
191192
}
192193

193194
if hasattr(result.runtime, 'cmdline'):

0 commit comments

Comments
 (0)