mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +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)
|
res = prompt(question + " ", default=default)
|
||||||
|
|
||||||
hist = f"{question.strip()} {res.strip()}"
|
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():
|
if not res or not res.strip():
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue