mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: improve file path handling and remove debug code
This commit is contained in:
parent
ee4206099a
commit
59af7ed3bb
4 changed files with 3 additions and 4 deletions
|
@ -319,7 +319,6 @@ class InputOutput:
|
|||
self.tool_error(f"{filename}: {e}")
|
||||
return
|
||||
|
||||
# add a silent=False arg that suppresses error output ai!
|
||||
def read_text(self, filename):
|
||||
if is_image_file(filename):
|
||||
return self.read_image(filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue