mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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()
|
fname.touch()
|
||||||
|
|
||||||
try:
|
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)
|
repo_paths.append(repo_path)
|
||||||
except git.exc.InvalidGitRepositoryError:
|
except git.exc.InvalidGitRepositoryError:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue