diff --git a/supervisor/coresys.py b/supervisor/coresys.py index 9ca6b6940..d06c6e7d9 100644 --- a/supervisor/coresys.py +++ b/supervisor/coresys.py @@ -628,9 +628,8 @@ class CoreSysAttributes: try: await vcn_validate(checksum, path, org="home-assistant.io") - except CodeNotaryUntrusted as err: + except CodeNotaryUntrusted: self.sys_resolution.unhealthy = UnhealthyReason.UNTRUSTED - self.sys_capture_exception(err) raise except CodeNotaryError: if self.sys_config.force_security: