mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
fix: Update prompt_ask function to use default value correctly
This commit is contained in:
parent
5bdb5489dd
commit
454d0206bc
2 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@ class Commands:
|
|||
add = result.returncode != 0
|
||||
else:
|
||||
response = self.io.prompt_ask(
|
||||
"Add the output to the chat?\n(Y/n/instructions)", default=""
|
||||
"Add the output to the chat?\n[Y/n/instructions]",
|
||||
).strip()
|
||||
|
||||
if response.lower() in ["yes", "y"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue