fix linter

This commit is contained in:
Adeeb Shihadeh
2020-08-11 20:37:51 -07:00
parent 5663c116ed
commit 60e2267f02
+1 -2
View File
@@ -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: