mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
Refactor loop to use class attribute instead of parameter.
This commit is contained in:
parent
a614179209
commit
e875d0ca7f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Coder:
|
||||||
self.root = repo.working_tree_dir
|
self.root = repo.working_tree_dir
|
||||||
|
|
||||||
new_files = []
|
new_files = []
|
||||||
for fname in abs_fnames:
|
for fname in self.abs_fnames:
|
||||||
fname = fname.resolve()
|
fname = fname.resolve()
|
||||||
self.abs_fnames.add(str(fname))
|
self.abs_fnames.add(str(fname))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue