mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
better
This commit is contained in:
parent
d2d6e94ddb
commit
35eecee739
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class EditBlockCoder(Coder):
|
|||
new_content = do_replace(full_path, content, original, updated, self.fence)
|
||||
if not new_content:
|
||||
# try patching any of the other files in the chat
|
||||
dump(self.abs_fnames)
|
||||
for full_path in self.abs_fnames:
|
||||
content = self.io.read_text(full_path)
|
||||
new_content = do_replace(full_path, content, original, updated, self.fence)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue