From 3d3a3633cd17154f41610868475278e2d36d1455 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Tue, 9 Sep 2025 10:44:40 -0700 Subject: [PATCH] wip: see what happens if flag removed --- python/private/py_executable.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/private/py_executable.bzl b/python/private/py_executable.bzl index fa80ea5105..d8084c437e 100644 --- a/python/private/py_executable.bzl +++ b/python/private/py_executable.bzl @@ -1266,7 +1266,8 @@ def _get_runtime_details(ctx, semantics): # # TOOD(bazelbuild/bazel#7901): Remove this once --python_path flag is removed. - flag_interpreter_path = ctx.fragments.bazel_py.python_path + ##flag_interpreter_path = ctx.fragments.bazel_py.python_path + flag_interpreter_path = "" toolchain_runtime, effective_runtime = _maybe_get_runtime_from_ctx(ctx) if not effective_runtime: # Clear these just in case