X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=951be8eea5af90ce2ea107ec0b62b810bda1d877;hb=e7fe3850f2777db5c5b6d1fbd0877ebd7cac0f18;hp=3c4900b2e2e99442ed4d187c41accdcdf5d7270d;hpb=623eb22347f7d5218d3536f620d6911cc312d7dd;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 3c4900b2e2..951be8eea5 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -414,6 +414,8 @@ def table_performance_comparison(table, input_data): for job, builds in item["data"].items(): for build in builds: for tst_name, tst_data in data[job][str(build)].iteritems(): + if tbl_dict.get(tst_name, None) is None: + continue if tbl_dict[tst_name].get("history", None) is None: tbl_dict[tst_name]["history"] = OrderedDict() if tbl_dict[tst_name]["history"].get(item["title"],