mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: fix comment spacing in sanity_check_repo function
This commit is contained in:
parent
fe3dbba1d9
commit
31babf39cd
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ def sanity_check_repo(repo, io):
|
|||
io.tool_error("Aider only works with git repos with version number 1 or 2.")
|
||||
io.tool_output("You may be able to convert your repo: git update-index --index-version=2")
|
||||
io.tool_output("Or run aider --no-git to proceed without using git.")
|
||||
#ai ask if the user wants to open the url!
|
||||
# ai ask if the user wants to open the url!
|
||||
if io.confirm_ask("Open documentation url for more info?", subject=urls.git_index_version):
|
||||
webbrowser.open(urls.git_index_version)
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue