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 654b4d5 commit 54710cbCopy full SHA for 54710cb
python/private/common/py_executable_bazel.bzl
@@ -330,7 +330,7 @@ def _create_stage2_bootstrap(
330
imports,
331
runtime_details):
332
output = ctx.actions.declare_file(
333
- "{}_stage2_bootstrap.py".format(output_prefix),
+ "_{}_stage2_bootstrap.py".format(output_prefix),
334
sibling = output_sibling,
335
)
336
runtime = runtime_details.effective_runtime
0 commit comments