mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Merge branch 'main' into call-graph
This commit is contained in:
commit
140b03314e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class Coder:
|
|||
fname.touch()
|
||||
|
||||
try:
|
||||
repo_path = git.Repo(fname, search_parent_directories=True).git_dir
|
||||
repo_path = git.Repo(fname, search_parent_directories=True).working_dir
|
||||
repo_paths.append(repo_path)
|
||||
except git.exc.InvalidGitRepositoryError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue