Report: Fix typo in specification.
[csit.git] / resources / tools / presentation / generator_tables.py
index a72551f..977ba8d 100644 (file)
@@ -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"], ]