mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +00:00
Remove double sentry event for untrusted (#2804)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
62d198111c
commit
1ebbf2b693
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user