openpilot isn't capitalized

old-commit-hash: 3983186700
commatwo_master
Adeeb Shihadeh 5 years ago
parent 44afc4ae3c
commit 77fd84b99a
  1. 2
      selfdrive/manager.py

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

Loading…
Cancel
Save