Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 10, 2023
1 parent b96b9c4 commit b391c0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xcp_d/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,11 @@ def init_postproc_derivatives_wf(
run_without_submitting=True,
mem_gb=1,
)
workflow.connect([inputnode, preprocessed_confounds_sources, "fmriprep_confounds_file", "in1"])
# fmt:off
workflow.connect([
(inputnode, preprocessed_confounds_sources, [("fmriprep_confounds_file", "in1")]),
])
# fmt:on

ds_temporal_mask = pe.Node(
DerivativesDataSink(
Expand Down

0 comments on commit b391c0b

Please sign in to comment.