diff --git a/aider/io.py b/aider/io.py index 5e27a267a..29ec13b58 100644 --- a/aider/io.py +++ b/aider/io.py @@ -320,6 +320,7 @@ class InputOutput: return f.read() except OSError as err: self.tool_error(f"{filename}: unable to read: {err}") + #ai print the trackback stack! return except FileNotFoundError: self.tool_error(f"{filename}: file not found error")