mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: use double quotes for string literal in main.py
This commit is contained in:
parent
ec56aafd02
commit
9e0db1fad0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue