Commit 2eacb70
authored
fix: bootstrapping script to not use multiline f-strings (bazel-contrib#3175)
With bootstrap_impl=system_python, after
bazel-contrib#2607, host Python 3.6
and above is required because of the use of multiline f-strings. For
maximum backwards compatibility (because this is a host dependency), do
not use multiline f-strings.
This issue naturally does not apply to bootstrap_impl=script because
there are no host Python dependency.
Link: bazel-contrib#26071 parent 3262233 commit 2eacb70
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments