mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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)
|
yield from self.send(messages, functions=self.functions)
|
||||||
break
|
break
|
||||||
except retry_exceptions() as err:
|
except retry_exceptions() as err:
|
||||||
|
#ai print all the base classes of err!
|
||||||
self.io.tool_warning(str(err))
|
self.io.tool_warning(str(err))
|
||||||
retry_delay *= 2
|
retry_delay *= 2
|
||||||
if retry_delay > RETRY_TIMEOUT:
|
if retry_delay > RETRY_TIMEOUT:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue