Skip to content

Commit

Permalink
Merge pull request #4244 from dballesteros7/display-errors-workload-s…
Browse files Browse the repository at this point in the history
…ummary

Fix error display in workload summary
  • Loading branch information
Stephen Foulkes committed Nov 13, 2012
2 parents 25a4f3c + d08bd4b commit 27e0f3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ errorSummary = function(errors) {
codeSummary.runLumis = getRunLumiRange(errors[task][step][code].runs)
codeSummary.input = errors[task][step][code].input;
summary[task][step][i] = codeSummary;
i++;
/*
summary[task].totalJobs += codeSummary.jobs;
summary[task].totalFiles += codeSummary.input.length;
Expand Down

0 comments on commit 27e0f3d

Please sign in to comment.