We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b4f77 commit 320d19fCopy full SHA for 320d19f
1 file changed
template/server/messaging.py
@@ -333,7 +333,6 @@ async def execute(
333
)
334
335
await execution.queue.put(UnexpectedEndOfExecution())
336
- return
337
except: # noqa: E722
338
logger.error("Failed to send execution request due to unknown error")
339
await execution.queue.put(
@@ -344,7 +343,6 @@ async def execute(
344
343
345
346
347
348
349
# Stream the results
350
async for item in self._wait_for_result(message_id):
0 commit comments