Report: Comparisom tables - Legend
[csit.git] / resources / tools / presentation / pal_utils.py
index 0c51bb2..f296c6b 100644 (file)
@@ -317,7 +317,7 @@ def convert_csv_to_pretty_txt(csv_file_name, txt_file_name, delimiter=u","):
             else:
                 txt_table.add_row(row)
     txt_table.align = u"r"
-    txt_table.align[u"Test case"] = u"l"
+    txt_table.align[u"Test Case"] = u"l"
     txt_table.align[u"RCA"] = u"l"
     if txt_table:
         with open(txt_file_name, u"wt") as txt_file: