From a54a5ee80d2cfd5631f6a757113c4dd383381573 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 09:41:12 -0800 Subject: [PATCH] chore: remove comment from error handling block --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index b743b5b6b..c344876e5 100644 --- a/aider/io.py +++ b/aider/io.py @@ -479,7 +479,6 @@ 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 ""