fix: improve scripts duplicity error in global search

This commit is contained in:
Ruben Fiszel
2025-09-23 15:03:37 +00:00
parent b64e509e60
commit 2de7134b85
9 changed files with 54 additions and 56 deletions

View File

@@ -2054,6 +2054,13 @@ pub async fn handle_python_reqs(
.unwrap_or(Err(anyhow!("Problem by joining handle")))
{
failed = true;
append_logs(
&job_id,
w_id,
format!("\nEnv installation failed: {:?}", e),
conn,
)
.await;
tracing::warn!(
workspace_id = %w_id,
"Env installation failed: {:?}",