Skip to content

Commit

Permalink
fix 123
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 24, 2024
1 parent c6d94a4 commit e2c4302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def upgrade(self):
)
subflows.append(subflow)

p.add_parallel_sub_pipeline(sub_flows=subflows)
p.add_parallel_sub_pipeline(subflows)

p.run_pipeline(init_trans_data_class=ClusterInfoContext(), is_drop_random_user=True)

Expand Down

0 comments on commit e2c4302

Please sign in to comment.