Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 19, 2024
1 parent 724d98f commit 92e7df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsirecon/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def init_single_subject_recon_wf(subject_id):
)
workflow.connect([
(file_anat_ingress_node, ds_report_about, [
(('t1w_preproc', fix_multi_T1w_source_name), 'source_file'),
(('outputnode.t1w_preproc', fix_multi_T1w_source_name), 'source_file'),
]),
(about, ds_report_about, [('out_report', 'in_file')]),
]) # fmt:skip
Expand Down

0 comments on commit 92e7df4

Please sign in to comment.