Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove traceback
  • Loading branch information
jakubno committed Sep 21, 2025
commit 2d791d532f137bafa58ef3e4acdfcfc3c7b4206b
2 changes: 1 addition & 1 deletion template/server/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ async def execute(
Error(
name="WebSocketError",
value="Failed to send execution request due to connection error",
traceback=str(e),
traceback="",
)
)
await execution.queue.put(UnexpectedEndOfExecution())
Expand Down