old-commit-hash: cefbd6734e
cefbd6734e
@ -76,6 +76,7 @@ def build(spinner, dirty=False):
# Show TextWindow
spinner.close()
if not os.getenv("CI"):
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:
t.wait_for_exit()