openpilot isn't capitalized

This commit is contained in:
Adeeb Shihadeh 2020-07-07 14:59:30 -07:00
parent c715661656
commit 3983186700

View file

@ -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)