Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh authored Jan 7, 2025
1 parent 13c47ad commit fbfde22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/analytics/job_processor/build_timings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def create_build_timing_facts(job_fact: JobFact, gljob: ProjectJob):
except JobArtifactFileNotFound:
return

# For boostrapped packages, install times with cache=False can be present, which don't have a
# For bootstrapped packages, install times with cache=False can be present, which don't have a
# corresonding entry in the spec json. To filter these out, avoid all install times that are
# cache=False, except the package being built.
job_package_hash = job_fact.spec.hash
Expand Down

0 comments on commit fbfde22

Please sign in to comment.