Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 24, 2023
1 parent 3eace90 commit 78e75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def init_asl_wf(
(asl_std_wf, ds_asl_std_wf, [("outputnode.asl_file", "inputnode.asl")]),
]) # fmt:skip

for cbf_deriv in cbf_3d_derivs:
for cbf_deriv in cbf_derivs:
workflow.connect([
(cbf_wf, ds_asl_std_wf, [(f"outputnode.{cbf_deriv}", f"inputnode.{cbf_deriv}")]),
]) # fmt:skip
Expand Down

0 comments on commit 78e75f2

Please sign in to comment.