mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
Run flake8 --isolated
This commit is contained in:
parent
1effd73e80
commit
61165164d8
2 changed files with 2 additions and 4 deletions
|
@ -300,9 +300,7 @@ class InputOutput:
|
|||
res = prompt(question + " ", default=default)
|
||||
|
||||
hist = f"{question.strip()} {res.strip()}"
|
||||
self.append_chat_history(hist, linebreak=True, blockquote=True)
|
||||
if self.yes in (True, False):
|
||||
self.tool_output(hist)
|
||||
self.tool_output(hist)
|
||||
|
||||
if not res or not res.strip():
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue