aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-15 10:30:31 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-15 13:27:17 +0000
commit6434dc61a73a2b8236c42234b44380472cb97f86 (patch)
tree58f30bc02f496de355441f7bb8aba1d084ae7310 /resources/tools/presentation/generator_tables.py
parent3795907d5e3ebe816bae402450493f6f983e277e (diff)
Report: Add 3n-skx NDR
Change-Id: Ia5eba3f4a5d0c52bce87590881a02276e55c5341 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e623a04c190479ebfd0f5af69b9c129d22456e3c)
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index e5fea2658a..7d4fa44a44 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -264,7 +264,7 @@ def table_oper_data_html(table, input_data):
if not html_table:
continue
try:
- file_name = f"{table[u'output-file']}_{suite[u'name']}.rst"
+ file_name = f"{table[u'output-file']}{suite[u'name']}.rst"
with open(f"{file_name}", u'w') as html_file:
logging.info(f" Writing file: {file_name}")
html_file.write(u".. raw:: html\n\n\t")