Skip to content

Commit 89f7062

Browse files
authored
refactor: clarify %main% is runfiles-root-relative path (bazel-contrib#3537)
I had to go dig through the source to figure out if `%main%` was being treated as a runfiles-root or main-repo-runfiles relative path. Add this to the variable description so its unambiguous.
1 parent 728a808 commit 89f7062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/stage2_bootstrap_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# ===== Template substitutions start =====
2828
# We just put them in one place so its easy to tell which are used.
2929

30-
# Runfiles-relative path to the main Python source file.
30+
# Runfiles-root-relative path to the main Python source file.
3131
# Empty if MAIN_MODULE is used
3232
MAIN_PATH = "%main%"
3333

0 commit comments

Comments
 (0)