Skip to content

Commit

Permalink
Address rickeylev review
Browse files Browse the repository at this point in the history
  • Loading branch information
fahhem committed Nov 22, 2022
1 parent bf41746 commit e89f988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ responsible for creating (possibly empty) __init__.py files and adding them to t
.add(
attr("$py_toolchain_type", NODEP_LABEL)
.value(env.getToolsLabel("//tools/python:toolchain_type")))
/* Only used when no py_runtime() is available.
(when --incompatible_use_python_toolchains=false --python_path is used on Windows)
/* Only used when no py_runtime() is available. See #7901
*/
.add(
attr("$default_bootstrap_template", LABEL)
Expand Down
4 changes: 1 addition & 3 deletions src/main/starlark/builtins_bzl/common/python/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ the same conventions as the standard CPython interpreter.
"apply to Windows."
),
"bootstrap_template": (
"The bootstrap script template file to use. Should have %python_binary%, " +
"%workspace_name%, %main%, and %imports%. See " +
"@bazel_tools//tools/python:python_bootstrap_template.txt for more variables."
"See py_runtime_rule.bzl%py_runtime.bootstrap_template for docs."
),
},
)
Expand Down

0 comments on commit e89f988

Please sign in to comment.