mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fix: Add AttributeError to ANY_GIT_ERROR tuple
This commit is contained in:
parent
1d672616be
commit
b67a16e9af
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ ANY_GIT_ERROR += [
|
|||
BufferError,
|
||||
TypeError,
|
||||
ValueError,
|
||||
AttributeError,
|
||||
]
|
||||
ANY_GIT_ERROR = tuple(ANY_GIT_ERROR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue