mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: add missing variable initialization
This commit is contained in:
parent
ca4141564f
commit
a695c6c46e
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ def sanity_check_repo(repo, io):
|
||||||
io.tool_error("The git repo does not seem to have a working tree?")
|
io.tool_error("The git repo does not seem to have a working tree?")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
bad_ver = False
|
||||||
try:
|
try:
|
||||||
repo.get_tracked_files()
|
repo.get_tracked_files()
|
||||||
if not repo.git_repo_error:
|
if not repo.git_repo_error:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue