From 9e0db1fad0715b1f53dd4bed22f59374cb5bfe23 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 28 Aug 2024 10:34:53 -0700 Subject: [PATCH] style: use double quotes for string literal in main.py --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 88eeab239..f05d4d8e8 100644 --- a/aider/main.py +++ b/aider/main.py @@ -36,7 +36,7 @@ def setup_git_home(io): "Enter the number of the repository you want to work on, or 'n' for a new project: " ) - if choice.lower() == 'n': + if choice.lower() == "n": break try: