Skip to content

Commit 73ec692

Browse files
committed
fix write_report
1 parent e975626 commit 73ec692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def write_report(node, report_type=None, cwd=None):
12441244
]
12451245

12461246
result = node.result # Locally cache result
1247-
outputs = result.get('outputs')
1247+
outputs = result.outputs
12481248

12491249
if outputs is None:
12501250
with open(report_file, 'at') as fp:

0 commit comments

Comments
 (0)