mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
removed recheck_abs_fnames
This commit is contained in:
parent
c2c80bbd3c
commit
3897d0a665
1 changed files with 0 additions and 9 deletions
|
@ -337,11 +337,6 @@ class Coder:
|
|||
|
||||
return prompt
|
||||
|
||||
def recheck_abs_fnames(self):
|
||||
self.abs_fnames = set(
|
||||
fname for fname in self.abs_fnames if Path(fname).exists() and Path(fname).is_file()
|
||||
)
|
||||
|
||||
def get_files_messages(self):
|
||||
all_content = ""
|
||||
if self.abs_fnames:
|
||||
|
@ -469,10 +464,6 @@ class Coder:
|
|||
]
|
||||
|
||||
messages += self.done_messages
|
||||
|
||||
# notice if files disappear
|
||||
self.recheck_abs_fnames()
|
||||
|
||||
messages += self.get_files_messages()
|
||||
messages += self.cur_messages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue