From a232adb43e52410673ce8568fff0ad32475a5c18 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 8 May 2023 23:50:23 -0700 Subject: [PATCH] Add blank line before commit prompt in coder.py. --- coder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coder.py b/coder.py index cfc26c5f4..e3d1a0f42 100755 --- a/coder.py +++ b/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