mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
err msg
This commit is contained in:
parent
eb062cc504
commit
dd71b903a0
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ class Coder:
|
|||
return edited, None
|
||||
except ValueError as err:
|
||||
err = err.args[0]
|
||||
self.io.tool_error("Malformed ORIGINAL/UPDATE blocks, retrying...")
|
||||
self.io.tool_error("Malformed response, retrying...")
|
||||
self.io.tool_error(str(err))
|
||||
return None, err
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue