diff options
-rwxr-xr-x | scripts/oe-build-perf-report | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index b5ad42bc8a1..23081db1732 100755 --- a/scripts/oe-build-perf-report +++ b/scripts/oe-build-perf-report @@ -422,6 +422,7 @@ def dump_buildstats(repo, outdir, notes_ref, revs): 'show', tag + '^0'])) except GitError: log.warning("Buildstats not found for %s", tag) + bs_all = {} missing = True for measurement, buildstats in bs_all.items(): tag_base, run_id = tag.rsplit('/', 1) |