mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix so tests pass
This commit is contained in:
parent
e7aa10a89b
commit
307cfb2f44
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ class Coder:
|
|||
test_cmd = None
|
||||
lint_outcome = None
|
||||
test_outcome = None
|
||||
multi_response_content = ""
|
||||
|
||||
@classmethod
|
||||
def create(
|
||||
|
@ -857,6 +858,7 @@ class Coder:
|
|||
if self.multi_response_content:
|
||||
self.multi_response_content += self.partial_response_content
|
||||
self.partial_response_content = self.multi_response_content
|
||||
self.multi_response_content = ""
|
||||
|
||||
if exhausted:
|
||||
self.show_exhausted_error()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue