mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Fix error handling unsupported (#1994)
* Try to catch unhealthy * revert
This commit is contained in:
parent
a9a2c35f06
commit
7e1b179cdd
@ -149,7 +149,7 @@ class Core(CoreSysAttributes):
|
||||
# Check if image names from denylist exist
|
||||
try:
|
||||
if await self.sys_run_in_executor(self.sys_docker.check_denylist_images):
|
||||
self.coresys.supported = False
|
||||
self.supported = False
|
||||
self.healthy = False
|
||||
except DockerAPIError:
|
||||
self.healthy = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user