From c284c006d8185ea7d5b85fd725c66aa5d53661e3 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 24 Jan 2026 09:22:07 -0800 Subject: [PATCH] refactor: clarify %main% is runfiles-root-relative path --- python/private/stage2_bootstrap_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/private/stage2_bootstrap_template.py b/python/private/stage2_bootstrap_template.py index 3595a43110..959e631ad1 100644 --- a/python/private/stage2_bootstrap_template.py +++ b/python/private/stage2_bootstrap_template.py @@ -27,7 +27,7 @@ # ===== Template substitutions start ===== # We just put them in one place so its easy to tell which are used. -# Runfiles-relative path to the main Python source file. +# Runfiles-root-relative path to the main Python source file. # Empty if MAIN_MODULE is used MAIN_PATH = "%main%"