From e74c90037c38489052981438fccd25ac9a1f41fb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 09:47:08 -0700 Subject: [PATCH] removed nested call to io.tool_error --- aider/coder.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/coder.py b/aider/coder.py index 4610c5edd..bac72cf1b 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -450,9 +450,7 @@ class Coder: commit_message = commit_message.strip().strip('"').strip() if interrupted: - self.io.tool( self.io.tool_error("Unable to get commit message from gpt-3.5-turbo. Use /commit to try again.") - ) return return commit_message