old-commit-hash: 60e2267f02
commatwo_master
Adeeb Shihadeh 5 years ago
parent 1cfc19fad1
commit dde753d531
  1. 3
      selfdrive/updated.py

@ -296,9 +296,8 @@ def main():
) )
exception = e exception = e
overlay_initialized = False overlay_initialized = False
except Exception as e: except Exception:
cloudlog.exception("uncaught updated exception, shouldn't happen") cloudlog.exception("uncaught updated exception, shouldn't happen")
exception = e
params.put("UpdateFailedCount", str(update_failed_count)) params.put("UpdateFailedCount", str(update_failed_count))
if exception is None: if exception is None:

Loading…
Cancel
Save