mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
openpilot isn't capitalized
old-commit-hash: 3983186700b85d5619adc8497de37dcd423b6451
This commit is contained in:
@@ -143,7 +143,7 @@ if not prebuilt:
|
||||
|
||||
# Show TextWindow
|
||||
error_s = "\n \n".join(["\n".join(textwrap.wrap(e, 65)) for e in errors])
|
||||
with TextWindow("Openpilot failed to build\n \n" + error_s) as t:
|
||||
with TextWindow("openpilot failed to build\n \n" + error_s) as t:
|
||||
t.wait_for_exit()
|
||||
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user