mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Avoid sending 2 copies of the added files
This commit is contained in:
parent
b139dbf475
commit
35a4a14a6a
4 changed files with 4 additions and 13 deletions
|
@ -113,7 +113,7 @@ def do_replace(fname, before_text, after_text):
|
|||
return True
|
||||
|
||||
|
||||
def show_messages(self, messages, title):
|
||||
def show_messages(messages, title):
|
||||
print(title.upper(), "*" * 50)
|
||||
|
||||
for msg in messages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue