Skip to content

Commit 1e3963f

Browse files
committed
[NO TESTS] WIP
1 parent dca45ec commit 1e3963f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ members = [
44
"py/tools/py",
55
"py/tools/venv_bin",
66
"py/tools/unpack_bin",
7-
"py/tools/venv_shim", "py/tools/runfiles",
7+
"py/tools/venv_shim",
8+
"py/tools/runfiles",
89
]
910

1011
[workspace.package]

py/private/py_venv/py_venv.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ def _py_venv_base_impl(ctx):
113113
venv_name = ".{}".format(ctx.attr.name)
114114
venv_dir = ctx.actions.declare_directory(venv_name)
115115

116-
print(ctx.label.repo_name or ctx.workspace_name)
117-
118116
ctx.actions.run(
119117
executable = venv_tool,
120118
arguments = [

0 commit comments

Comments
 (0)