diff --git a/backend/windmill-worker/src/python_executor.rs b/backend/windmill-worker/src/python_executor.rs index 33b4fdfa7c..4daf2e73db 100644 --- a/backend/windmill-worker/src/python_executor.rs +++ b/backend/windmill-worker/src/python_executor.rs @@ -245,7 +245,7 @@ pub async fn handle_python_job( .take(script_path_splitted.clone().count() - 1) .join("/") .replace("-", "_") - .replace('@', '.'); + .replace("@", "."); let dirs = if dirs_full.len() > 0 { dirs_full .strip_prefix("/")