diff --git a/supervisor/store/git.py b/supervisor/store/git.py index c5149d52c..d085b5c0d 100644 --- a/supervisor/store/git.py +++ b/supervisor/store/git.py @@ -184,6 +184,7 @@ class GitRepo(CoreSysAttributes): git.NoSuchPathError, git.GitCommandError, ValueError, + AssertionError, ) as err: _LOGGER.error("Can't update %s repo: %s.", self.url, err) self.sys_resolution.create_issue(