mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
refactor: Update file addition confirmation message and add TimeoutError to git error handling
This commit is contained in:
parent
390bb1bdc5
commit
229e8e1ad1
2 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,7 @@ ANY_GIT_ERROR += [
|
|||
ValueError,
|
||||
AttributeError,
|
||||
AssertionError,
|
||||
TimeoutError,
|
||||
]
|
||||
ANY_GIT_ERROR = tuple(ANY_GIT_ERROR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue