Skip to content

Commit 38eb57b

Browse files
committed
fix: revert the removal and use getattr
1 parent af645a1 commit 38eb57b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/private/python_bootstrap_template.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ def main():
568568
print_verbose("VENV_REL_SITE_PACKAGES:", VENV_REL_SITE_PACKAGES)
569569
print_verbose("WORKSPACE_NAME:", WORKSPACE_NAME )
570570
print_verbose("bootstrap sys.executable:", sys.executable)
571+
print_verbose("bootstrap sys._base_executable:", getattr(sys, "_base_executable", "unknown"))
571572
print_verbose("bootstrap sys.version:", sys.version)
572573

573574
args = sys.argv[1:]

0 commit comments

Comments
 (0)