mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
fix double lines for confirm_ask
This commit is contained in:
parent
670f78a874
commit
a395d9bb5c
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class InputOutput:
|
|||
res = prompt(question + " ", default=default)
|
||||
|
||||
hist = f"{question.strip()} {res.strip()}"
|
||||
self.tool_output(hist)
|
||||
self.append_chat_history(hist, linebreak=True, blockquote=True)
|
||||
|
||||
if not res or not res.strip():
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue