mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
feat: add IndexError to ANY_GIT_ERROR tuple in repo.py
This commit is contained in:
parent
bd21122e64
commit
eced076602
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
|
||||
|
||||
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError)
|
||||
ANY_GIT_ERROR = (git.exc.ODBError, git.exc.GitError, OSError, IndexError)
|
||||
|
||||
|
||||
class GitRepo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue