From 81b98c92dd1ef970a0e2e5ccf58630beb53412ee Mon Sep 17 00:00:00 2001 From: Zentrik Date: Mon, 24 Jun 2024 07:10:50 +0100 Subject: [PATCH] Fix typo --- Orchestrator.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orchestrator.jl b/Orchestrator.jl index edd451613..7cee29217 100755 --- a/Orchestrator.jl +++ b/Orchestrator.jl @@ -140,7 +140,7 @@ function process_logs(db_path, shas, julia_repo) local res try res = process_commit!(artifact_size_df, pstat_df, artifact_id, sha, "master", identity) - catch + catch err println("Error processing $sha logs") println("Error: $err") # Sometimes fetch fails end