diff --git a/supervisor/core.py b/supervisor/core.py index cffd561a6..6c11b37aa 100644 --- a/supervisor/core.py +++ b/supervisor/core.py @@ -173,6 +173,7 @@ class Core(CoreSysAttributes): _LOGGER.warning("Ignore Supervisor updates!") else: await self.sys_supervisor.update() + return except SupervisorUpdateError as err: _LOGGER.critical( "Can't update supervisor! This will break some Add-ons or affect "