We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca45ec commit 1e3963fCopy full SHA for 1e3963f
Cargo.toml
@@ -4,7 +4,8 @@ members = [
4
"py/tools/py",
5
"py/tools/venv_bin",
6
"py/tools/unpack_bin",
7
- "py/tools/venv_shim", "py/tools/runfiles",
+ "py/tools/venv_shim",
8
+ "py/tools/runfiles",
9
]
10
11
[workspace.package]
py/private/py_venv/py_venv.bzl
@@ -113,8 +113,6 @@ def _py_venv_base_impl(ctx):
113
venv_name = ".{}".format(ctx.attr.name)
114
venv_dir = ctx.actions.declare_directory(venv_name)
115
116
- print(ctx.label.repo_name or ctx.workspace_name)
117
-
118
ctx.actions.run(
119
executable = venv_tool,
120
arguments = [
0 commit comments