mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
chore: add comment about error base class inspection
This commit is contained in:
parent
25a906950c
commit
a9c0d20347
1 changed files with 1 additions and 0 deletions
|
@ -1136,6 +1136,7 @@ class Coder:
|
|||
yield from self.send(messages, functions=self.functions)
|
||||
break
|
||||
except retry_exceptions() as err:
|
||||
#ai print all the base classes of err!
|
||||
self.io.tool_warning(str(err))
|
||||
retry_delay *= 2
|
||||
if retry_delay > RETRY_TIMEOUT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue