Skip to content

Commit bcb10e3

Browse files
committed
debug
1 parent 9e146d2 commit bcb10e3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

python/private/stage2_bootstrap_template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def get_build_data(self):
7373
# Use utf-8-sig to handle Windows BOM
7474
with open(path, 'rb') as fp:
7575
data = fp.read()
76+
raise Exception("bogus")
7677
return data.decode('utf-8-sig')
7778
except Exception as exc:
7879
if hasattr(exc, "add_note"):

tests/build_data/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ py_test(
1414
py_binary(
1515
name = "print_build_data",
1616
srcs = ["print_build_data.py"],
17-
python_version = "3.10",
17+
python_version = "3.12",
1818
deps = ["//python/runfiles"],
1919
)
2020

0 commit comments

Comments
 (0)