Skip to content

Commit

Permalink
Update postUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Oct 9, 2024
1 parent 9e8b50c commit cf247c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/ci/postUpgrade/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
base_env.pop("CARGO_BAZEL_REPIN", None)


def run(env = {}, *args, **kwargs):
def run(*args, env = {}, **kwargs):
return _run(*args, env = env | base_env, cwd=wd, **kwargs)

def bazel(args: list[str] = [], **kwargs):
Expand Down

0 comments on commit cf247c6

Please sign in to comment.