From 35eecee7396c58583b10ac626024db7e4995b93c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 27 Aug 2024 10:50:31 -0700 Subject: [PATCH] better --- aider/coders/editblock_coder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/coders/editblock_coder.py b/aider/coders/editblock_coder.py index 19fd9c4cd..67439d1c0 100644 --- a/aider/coders/editblock_coder.py +++ b/aider/coders/editblock_coder.py @@ -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)