From a695c6c46e860eafb21ba16741fabe9ffcb99f47 Mon Sep 17 00:00:00 2001 From: fry69 <142489379+fry69@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:02:33 +0200 Subject: [PATCH] fix: add missing variable initialization --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index e62a782e7..81783692f 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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: