mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
remove spurious except clause
This commit is contained in:
parent
fb7bbb982e
commit
a37220b974
1 changed files with 0 additions and 2 deletions
|
@ -1264,8 +1264,6 @@ class Coder:
|
|||
except KeyboardInterrupt as kbi:
|
||||
self.keyboard_interrupt()
|
||||
raise kbi
|
||||
except Exception as e:
|
||||
self.io.tool_error(f"Error during API call: {str(e)}")
|
||||
finally:
|
||||
self.io.log_llm_history(
|
||||
"LLM RESPONSE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue