mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Merge branch 'call-graph' into gpt-35
This commit is contained in:
commit
41ac5b056d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,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