diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-30 16:00:36 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-04-01 06:39:15 +0000 |
commit | 1bcf59c1928924cac6cc508ec13cb87a9673573c (patch) | |
tree | 202a1f853d582e768776f6db12da3552536b0740 /resources/tools/presentation/pal_utils.py | |
parent | 10d2a085292d42716dacac36c973cbbf8bcfaeb0 (diff) |
Report: Comparisom tables - Legend
Change-Id: I9bea40d22f9a4aa4f5161f203ba5cc04685a8b19
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/pal_utils.py')
-rw-r--r-- | resources/tools/presentation/pal_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/pal_utils.py b/resources/tools/presentation/pal_utils.py index 0c51bb2981..f296c6b16c 100644 --- a/resources/tools/presentation/pal_utils.py +++ b/resources/tools/presentation/pal_utils.py @@ -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: |