style: use double quotes for string literal in main.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-28 10:34:53 -07:00
parent ec56aafd02
commit 9e0db1fad0

View file

@ -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: