Remove redundant websocket_api exception handler (#104727)
This commit is contained in:
parent
4bf88b1690
commit
47426a3ddc
1 changed files with 0 additions and 3 deletions
|
@ -794,9 +794,6 @@ async def handle_execute_script(
|
|||
translation_placeholders=err.translation_placeholders,
|
||||
)
|
||||
return
|
||||
except Exception as exc: # pylint: disable=broad-except
|
||||
connection.async_handle_exception(msg, exc)
|
||||
return
|
||||
connection.send_result(
|
||||
msg["id"],
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue