diff --git a/aider/io.py b/aider/io.py index be5bbbe05..2576c8c7f 100644 --- a/aider/io.py +++ b/aider/io.py @@ -321,6 +321,7 @@ class InputOutput: self.tool_error(f"{filename}: {e}") return + # add silent=False, if true don't output any error messages. SEARCH/REPLACE the entire func. AI! def read_text(self, filename): if is_image_file(filename): return self.read_image(filename)