Remove redundant websocket_api exception handler (#104727)

pull/104733/head
Jan Bouwhuis 2023-11-29 16:56:26 +01:00 committed by GitHub
parent 4bf88b1690
commit 47426a3ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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"],
{ {