X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=0646db3ab828a063e0eb1daa51a98d2906ee801f;hp=681cc1fc06cbb078f4f747ee1b61569e798d26d9;hb=217c3803fc75fd0388b2326593447038647f28bd;hpb=f99ce0d330567ef331f6622559e4561485378f5f diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 681cc1fc06..0646db3ab8 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -161,6 +161,8 @@ def table_merged_details(table, input_data): try: col_data = str(data[test][column["data"]. split(" ")[1]]).replace('"', '""') + col_data = replace(col_data, "No Data", + "Not Captured ") if column["data"].split(" ")[1] in ("conf-history", "show-run"): col_data = replace(col_data, " |br| ", "",