Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 29, 2024
1 parent 0d4268d commit fb8e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/workflow/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def get_all_branch_chunks(self, chunk_size: int, **kwargs) -> list[list[int]]:
# create a new workflow instance
kwargs["_exclude"] = set(kwargs.get("_exclude", set())) | {"branches"}
kwargs["_skip_task_excludes"] = True
wf = self.req_workflow(self, **kwargs) # type: ignore[call-arg]
wf = self.req_workflow(**kwargs) # type: ignore[call-arg]

# return its branch chunks
return wf.get_branch_chunks(chunk_size)
Expand Down

0 comments on commit fb8e470

Please sign in to comment.