mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Refactor rel_fnames assignment in coder.py.
This commit is contained in:
parent
4bc4e6f611
commit
767c241e95
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class Coder:
|
|||
return True
|
||||
|
||||
def run_loop(self):
|
||||
rel_fnames = [os.path.relpath(fname, self.root) for fname in self.abs_fnames]
|
||||
rel_fnames = self.get_inchat_relative_files()
|
||||
inp = self.io.get_input(self.root, rel_fnames, self.commands)
|
||||
|
||||
self.num_control_c = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue