mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
red
This commit is contained in:
parent
387da4beab
commit
71103dd87f
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -354,7 +354,7 @@ class Coder:
|
||||||
new_content = "\n".join(new_content) + "\n"
|
new_content = "\n".join(new_content) + "\n"
|
||||||
|
|
||||||
fname.write_text(new_content)
|
fname.write_text(new_content)
|
||||||
self.console.print(f"Applied edit to {fname}")
|
self.console.print(f"[red]Applied edit to {fname}")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def do_gpt_powered_replace(self, fname, edit, request):
|
def do_gpt_powered_replace(self, fname, edit, request):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue