mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
refactor: Remove unnecessary strip parameter from tool_output calls
This commit is contained in:
parent
64effaae68
commit
f3cce95419
2 changed files with 2 additions and 2 deletions
|
@ -756,7 +756,7 @@ class Commands:
|
|||
if not errors:
|
||||
return
|
||||
|
||||
self.io.tool_output(errors, strip=False)
|
||||
self.io.tool_output(errors)
|
||||
return errors
|
||||
|
||||
def cmd_run(self, args, add_on_nonzero_exit=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue