mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: improve error handling for git version check
This commit is contained in:
parent
00f42590c8
commit
bd21122e64
2 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,7 @@ from aider.sendchat import simple_send_with_retries
|
|||
|
||||
from .dump import dump # noqa: F401
|
||||
|
||||
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError, AssertionError)
|
||||
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError)
|
||||
|
||||
|
||||
class GitRepo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue