mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
removed nested call to io.tool_error
This commit is contained in:
parent
2b6ea21a0b
commit
e74c90037c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue