From 5bc72557560e43999ce6096bdddc7e1f875e1a97 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Fri, 20 May 2022 05:40:33 -0400 Subject: [PATCH] Catch assertion error on git pull (#3651) --- supervisor/store/git.py | 1 + 1 file changed, 1 insertion(+) 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(