mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-10 10:46:29 +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
|
# Check if image names from denylist exist
|
||||||
try:
|
try:
|
||||||
if await self.sys_run_in_executor(self.sys_docker.check_denylist_images):
|
if await self.sys_run_in_executor(self.sys_docker.check_denylist_images):
|
||||||
self.coresys.supported = False
|
self.supported = False
|
||||||
self.healthy = False
|
self.healthy = False
|
||||||
except DockerAPIError:
|
except DockerAPIError:
|
||||||
self.healthy = False
|
self.healthy = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user