From 7a55c768457009e04604ece53b2741b0832f52c4 Mon Sep 17 00:00:00 2001 From: pyranota Date: Mon, 30 Dec 2024 20:20:57 +0300 Subject: [PATCH] Return space for consistency --- backend/windmill-worker/src/python_executor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/windmill-worker/src/python_executor.rs b/backend/windmill-worker/src/python_executor.rs index 22ab8cef0c..150c614a74 100644 --- a/backend/windmill-worker/src/python_executor.rs +++ b/backend/windmill-worker/src/python_executor.rs @@ -1588,6 +1588,7 @@ pub async fn handle_python_reqs( }); if canceled { + tracing::info!( // If there is listener on other side, workspace_id = %w_id_2,