mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
refactor: Add AssertionError to ANY_GIT_ERROR tuple
This commit is contained in:
parent
fcdb2591b6
commit
3c099465da
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ ANY_GIT_ERROR += [
|
|||
TypeError,
|
||||
ValueError,
|
||||
AttributeError,
|
||||
AssertionError,
|
||||
]
|
||||
ANY_GIT_ERROR = tuple(ANY_GIT_ERROR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue