chore: add comment about error base class inspection

This commit is contained in:
Paul Gauthier 2024-10-31 13:50:11 -07:00 committed by Paul Gauthier (aider)
parent 25a906950c
commit a9c0d20347

View file

@ -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: