mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
openpilot isn't capitalized
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