mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
catch all git.exc.ODBError
This commit is contained in:
parent
c32a991b2c
commit
72c9ac460b
5 changed files with 9 additions and 9 deletions
|
@ -1784,7 +1784,7 @@ class Coder:
|
|||
self.reflected_message = str(err)
|
||||
return edited
|
||||
|
||||
except git.exc.GitCommandError as err:
|
||||
except git.exc.ODBError as err:
|
||||
self.io.tool_error(str(err))
|
||||
return edited
|
||||
except Exception as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue