From 60e2267f02b8c09666a73c6ea2dea1bf25cc8ce1 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 11 Aug 2020 20:37:51 -0700 Subject: [PATCH] fix linter --- selfdrive/updated.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selfdrive/updated.py b/selfdrive/updated.py index f93d9855cc..f63da54475 100755 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -296,9 +296,8 @@ def main(): ) exception = e overlay_initialized = False - except Exception as e: + except Exception: cloudlog.exception("uncaught updated exception, shouldn't happen") - exception = e params.put("UpdateFailedCount", str(update_failed_count)) if exception is None: