mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
possible fix for #38
This commit is contained in:
parent
4ec3203b91
commit
e98db7dfce
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Coder:
|
|||
if use_git:
|
||||
self.set_repo(fnames)
|
||||
else:
|
||||
self.abs_fnames = [str(Path(fname).resolve()) for fname in fnames]
|
||||
self.abs_fnames = set([str(Path(fname).resolve()) for fname in fnames])
|
||||
|
||||
if self.repo:
|
||||
rel_repo_dir = os.path.relpath(self.repo.git_dir, os.getcwd())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue