mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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?")
|
||||
return False
|
||||
|
||||
bad_ver = False
|
||||
try:
|
||||
repo.get_tracked_files()
|
||||
if not repo.git_repo_error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue