mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
feat: add AssertionError to ANY_GIT_ERROR tuple
This commit is contained in:
parent
4e63254704
commit
00f42590c8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from aider.sendchat import simple_send_with_retries
|
||||||
|
|
||||||
from .dump import dump # noqa: F401
|
from .dump import dump # noqa: F401
|
||||||
|
|
||||||
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError)
|
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError, AssertionError)
|
||||||
|
|
||||||
|
|
||||||
class GitRepo:
|
class GitRepo:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue