Skip to content

Commit a59f776

Browse files
committed
1 parent f54c83f commit a59f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aslprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def init_single_subject_wf(
338338
]) # fmt:skip
339339
else:
340340
workflow.connect([
341-
(src_file, summary, [('source_file', 't1w')]),
341+
(bidssrc, summary, [('t1w', 't1w')]),
342342
(src_file, ds_report_summary, [('source_file', 'source_file')]),
343343
(src_file, ds_report_about, [('source_file', 'source_file')]),
344344
]) # fmt:skip

0 commit comments

Comments
 (0)