fix linter
old-commit-hash: 60e2267f02b8c09666a73c6ea2dea1bf25cc8ce1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user