Skip to content

Commit cf247c6

Browse files
committed
Update postUpdate
1 parent 9e8b50c commit cf247c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/ci/postUpgrade/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
base_env.pop("CARGO_BAZEL_REPIN", None)
2020

2121

22-
def run(env = {}, *args, **kwargs):
22+
def run(*args, env = {}, **kwargs):
2323
return _run(*args, env = env | base_env, cwd=wd, **kwargs)
2424

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

0 commit comments

Comments
 (0)