mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
bugfix
This commit is contained in:
parent
697c68dba0
commit
a411bb1bcd
1 changed files with 2 additions and 1 deletions
3
coder.py
3
coder.py
|
@ -266,7 +266,7 @@ MAKE ANY CHANGES BASED OFF THESE FILES!
|
|||
if show_progress:
|
||||
return self.show_send_progress(completion, show_progress)
|
||||
else:
|
||||
return self.show_send_output_plain(completion)
|
||||
return self.show_send_output_color(completion)
|
||||
|
||||
def show_send_progress(self, completion, show_progress):
|
||||
resp = []
|
||||
|
@ -359,6 +359,7 @@ MAKE ANY CHANGES BASED OFF THESE FILES!
|
|||
in_diff = True
|
||||
diff_lines = []
|
||||
|
||||
print_lines()
|
||||
if partial_line:
|
||||
print(partial_line)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue