X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=65917bd4a8d3f2163d1f33f025d33aa6751f550e;hb=refs%2Fchanges%2F18%2F10318%2F1;hp=f621c56d99e22eee5d124910fc5e933f0036da21;hpb=37a3c919c9610db9e0b9b5ec5e63c7bf71950d78;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index f621c56d99..65917bd4a8 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -194,10 +194,10 @@ def table_performance_improvements(table, input_data): line_lst = list() for item in data: if isinstance(item["data"], str): - line_lst.append(item["data"]) # Remove -?drdisc from the end if item["data"].endswith("drdisc"): item["data"] = item["data"][:-8] + line_lst.append(item["data"]) elif isinstance(item["data"], float): line_lst.append("{:.1f}".format(item["data"])) elif item["data"] is None: