Skip to content

Commit 3d3a363

Browse files
committed
wip: see what happens if flag removed
1 parent cdd9338 commit 3d3a363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/py_executable.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,8 @@ def _get_runtime_details(ctx, semantics):
12661266
#
12671267
# TOOD(bazelbuild/bazel#7901): Remove this once --python_path flag is removed.
12681268

1269-
flag_interpreter_path = ctx.fragments.bazel_py.python_path
1269+
##flag_interpreter_path = ctx.fragments.bazel_py.python_path
1270+
flag_interpreter_path = ""
12701271
toolchain_runtime, effective_runtime = _maybe_get_runtime_from_ctx(ctx)
12711272
if not effective_runtime:
12721273
# Clear these just in case

0 commit comments

Comments
 (0)