X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=681cc1fc06cbb078f4f747ee1b61569e798d26d9;hp=6f9925fede7acfa73c5ddfd2e17414d3d327414c;hb=4ba1fd8d55a6fefa3349fcf221aece3a345e3ca2;hpb=b4b1c9bf381c1570a15651dfb1997a657cbbcc92 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 6f9925fede..681cc1fc06 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -169,7 +169,7 @@ def table_merged_details(table, input_data): format(col_data[:-5]) row_lst.append('"{0}"'.format(col_data)) except KeyError: - row_lst.append("No data") + row_lst.append('"Not captured"') table_lst.append(row_lst) # Write the data to file