There was a regression in #750 that led to us showing only one result for DAP, the final entry youthrules.gov, and a success rate of 100%.
This happened because only part of the analytics.csv-loading block was indented underneath the conditional that was added to allow processing when analytics.csv was missing in #750.
This was my fault, as I should have tested out #750 empirically before merging -- I eyeballed the diff and it looked fine, but the diff cuts off before showing the unindented lines.
There was a regression in #750 that led to us showing only one result for DAP, the final entry
youthrules.gov
, and a success rate of 100%.This happened because only part of the analytics.csv-loading block was indented underneath the conditional that was added to allow processing when analytics.csv was missing in #750.
This was my fault, as I should have tested out #750 empirically before merging -- I eyeballed the diff and it looked fine, but the diff cuts off before showing the unindented lines.