mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Add blank line before commit prompt in coder.py.
This commit is contained in:
parent
73bd751d2d
commit
a232adb43e
1 changed files with 2 additions and 0 deletions
2
coder.py
2
coder.py
|
@ -518,6 +518,8 @@ class Coder:
|
|||
"[red]Commit before the chat proceeds? \[Y/n/commit message]", # noqa: W605
|
||||
console=self.console,
|
||||
).strip()
|
||||
self.console.print()
|
||||
|
||||
if res.lower() in ["n", "no"]:
|
||||
self.console.print("[red]Skipped commmit.")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue