mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
chore: Add TODO comment for URL handling in error messages
This commit is contained in:
parent
d959e1c60d
commit
ade615c445
1 changed files with 1 additions and 0 deletions
|
@ -1138,6 +1138,7 @@ class Coder:
|
||||||
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:
|
||||||
|
#ai look for a URL in the str(err) and confirm_ask if they want to view it!
|
||||||
break
|
break
|
||||||
self.io.tool_output(f"Retrying in {retry_delay:.1f} seconds...")
|
self.io.tool_output(f"Retrying in {retry_delay:.1f} seconds...")
|
||||||
time.sleep(retry_delay)
|
time.sleep(retry_delay)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue