Skip to content

Commit

Permalink
Update outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 8, 2024
1 parent dc59a95 commit 6e0fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def init_postproc_derivatives_wf(
run_without_submitting=True,
mem_gb=1,
name="make_corrs_meta_dict2",
iterfield=["in1"],
iterfield=["in1", "metadata"],
)
workflow.connect([
(inputnode, make_corrs_meta_dict2, [("atlas_files", "in1")]),
Expand Down

0 comments on commit 6e0fd23

Please sign in to comment.