From 207f5af553491068a75db3a61a0591497a110576 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 29 Apr 2020 10:41:35 +0200 Subject: Report: Add data Signed-off-by: Tibor Frank Change-Id: I05ca2f6d33049809dd7b71a35923328e7b30a462 (cherry picked from commit 31eec6c8047d1a0b2ad18680c2b1e7dd8ed40d3d) (cherry picked from commit 1d42e3a9cf1ae55ba9970519f19f10ff12c94e15) --- resources/tools/presentation/generator_tables.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/tools/presentation/generator_tables.py') diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 72d93f8247..34954141b2 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -2685,9 +2685,9 @@ def table_comparison(table, input_data): with open(txt_file_name, u'a', encoding='utf-8') as txt_file: txt_file.write(legend) - if footnote: - txt_file.write(footnote) - txt_file.write(u"\n:END") + txt_file.write(footnote) + if legend or footnote: + txt_file.write(u"\n:END") # Generate html table: _tpc_generate_html_table( -- cgit 1.2.3-korg