X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;fp=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=977ba8d6698e6e0063304d9d6b5401ab3c9a27d9;hp=a72551f15a799052161b710cd137ee97809cb6e1;hb=00d8063d0ebc8587c6bf52af824b7ae5e98baf1e;hpb=4f7ce5c8b8362009da3dcda9fd8e077be821adc7 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index a72551f15a..977ba8d669 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1547,6 +1547,10 @@ def table_comparison(table, input_data): u"stdev": tst_data[u"stdev"] } + if not tbl_dict: + logging.warning(f"No data for table {table.get(u'title', u'')}!") + return + tbl_lst = list() for tst_data in tbl_dict.values(): row = [tst_data[u"name"], ]