Skip to content

Commit

Permalink
Update concatenation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 11, 2023
1 parent 9649f45 commit 7880f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/workflows/concatenation.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def init_concatenate_data_wf(
)
# fmt:off
workflow.connect([
(concatenate_inputs, interpolated_filtered_bold_sources, [
(filter_out_failed_runs, interpolated_filtered_bold_sources, [
("interpolated_filtered_bold", "in1"),
]),
(interpolated_filtered_bold_sources, ds_interpolated_filtered_bold, [
Expand Down

0 comments on commit 7880f8a

Please sign in to comment.