Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 3, 2024
1 parent 497b537 commit ed9a250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion py/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ exports_files(
[
"run.tmpl.sh",
"venv.tmpl.sh",
"run.tmpl.py",
"pytest.py.tmpl",
],
visibility = ["//visibility:public"],
Expand Down
2 changes: 1 addition & 1 deletion py/private/py_pex_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _py_python_pex_impl(ctx):
ctx.attr.inject_env.items(),
map_each = lambda e: "--inject-env=%s=%s" % (e[0], e[1]),
allow_closure = True,
# this is needed to allow passing a lambda to map_each
# this is needed to allow passing a lambda (with workspace_name) to map_each
)

args.add_all(
Expand Down

0 comments on commit ed9a250

Please sign in to comment.