Skip to content

Commit 71e2a67

Browse files
committed
buildifier
1 parent 131205b commit 71e2a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/py_executable.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ def _create_stage2_bootstrap(
661661
template = template,
662662
output = output,
663663
substitutions = {
664+
"%coverage_instrumented%": str(int(ctx.configuration.coverage_enabled and ctx.coverage_instrumented())),
664665
"%coverage_tool%": _get_coverage_tool_runfiles_path(ctx, runtime),
665666
"%import_all%": "True" if read_possibly_native_flag(ctx, "python_import_all_repositories") else "False",
666667
"%imports%": ":".join(imports.to_list()),
@@ -670,7 +671,6 @@ def _create_stage2_bootstrap(
670671
"%venv_rel_site_packages%": venv.venv_site_packages,
671672
"%venv_root%": venv.venv_root,
672673
"%workspace_name%": ctx.workspace_name,
673-
"%coverage_instrumented%": str(int(ctx.configuration.coverage_enabled and ctx.coverage_instrumented())),
674674
},
675675
is_executable = True,
676676
)

0 commit comments

Comments
 (0)