diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/oe-build-perf-report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report index 7ed86a72f6..b46d61869c 100755 --- a/scripts/oe-build-perf-report +++ b/scripts/oe-build-perf-report | |||
| @@ -353,7 +353,7 @@ def print_html_report(data, id_comp, buildstats): | |||
| 353 | bs_key = test + '.' + meas | 353 | bs_key = test + '.' + meas |
| 354 | rev = str(metadata['commit_num']['value']) | 354 | rev = str(metadata['commit_num']['value']) |
| 355 | comp_rev = str(metadata['commit_num']['value_old']) | 355 | comp_rev = str(metadata['commit_num']['value_old']) |
| 356 | if (rev in buildstats and bs_key in buildstats[rev] and | 356 | if (buildstats and rev in buildstats and bs_key in buildstats[rev] and |
| 357 | comp_rev in buildstats and bs_key in buildstats[comp_rev]): | 357 | comp_rev in buildstats and bs_key in buildstats[comp_rev]): |
| 358 | new_meas['buildstats'] = BSSummary(buildstats[comp_rev][bs_key], | 358 | new_meas['buildstats'] = BSSummary(buildstats[comp_rev][bs_key], |
| 359 | buildstats[rev][bs_key]) | 359 | buildstats[rev][bs_key]) |
