Skip to content

Commit fb9a635

Browse files
committed
fix: amend previous commit - left bad connection name
1 parent e56cc3f commit fb9a635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/dwi/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def init_dwi_preproc_wf(
191191
mem_gb=DEFAULT_MEMORY_MIN_GB)
192192

193193
workflow.connect([
194-
(inputnode, ds_report_summary, [('dwi_file', 'in_file')]),
194+
(inputnode, ds_report_summary, [('dwi_file', 'source_file')]),
195195
(summary, ds_report_summary, [('out_report', 'in_file')]),
196196
(dwi_reference_wf, ds_report_validation, [
197197
('outputnode.validation_report', 'in_file')]),

0 commit comments

Comments
 (0)