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 14:23:45 +0100
commite623a04c190479ebfd0f5af69b9c129d22456e3c (patch)
tree073bb443d7b7775d8c9c95fcced805a6a86c4d41 /resources/tools/presentation/generator_tables.py
parent0c3e94ed3f70c9dcd41e55ba2c043dd134aa7333 (diff)
Report: Add 3n-skx NDR
Change-Id: Ia5eba3f4a5d0c52bce87590881a02276e55c5341 Signed-off-by: Tibor Frank <tifrank@cisco.com>
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 6b844354d2..2a366b94db 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")