mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
cleanup \[ from prompt string which was generating improper escape warnings
This commit is contained in:
parent
6686ea1005
commit
c9ef516bdb
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class Coder:
|
|||
self.console.print(f"[bright_black]Suggested commit message:\n{commit_message}\n")
|
||||
|
||||
res = self.prompt_ask(
|
||||
"[bright_black]Commit before the chat proceeds? \[y/n/commit message]", # noqa: W605 E501
|
||||
Text("Commit before the chat proceeds? [y/n/commit message]", style="bright_black"),
|
||||
default="y",
|
||||
).strip()
|
||||
self.last_asked_for_commit_time = self.get_last_modified()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue