mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Remove redundant websocket_api exception handler (#104727)
This commit is contained in:
@ -794,9 +794,6 @@ async def handle_execute_script(
|
|||||||
translation_placeholders=err.translation_placeholders,
|
translation_placeholders=err.translation_placeholders,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
except Exception as exc: # pylint: disable=broad-except
|
|
||||||
connection.async_handle_exception(msg, exc)
|
|
||||||
return
|
|
||||||
connection.send_result(
|
connection.send_result(
|
||||||
msg["id"],
|
msg["id"],
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user