diff --git a/aider/io.py b/aider/io.py index f556fcb37..b743b5b6b 100644 --- a/aider/io.py +++ b/aider/io.py @@ -479,7 +479,7 @@ class InputOutput: return "" except Exception as err: import traceback - + # remove this comment ai! self.tool_error(str(err)) self.tool_error(traceback.format_exc()) return ""