Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Jun 24, 2024
1 parent 27b618a commit 81b98c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orchestrator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81b98c9

Please sign in to comment.