aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-13 17:05:59 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-13 16:38:33 +0000
commit867452ab010e289cc1187de81a78989e46b91a9e (patch)
tree723c6e99539cd72b0fdb6deb674aff65f319086f /resources/tools/presentation/generator_tables.py
parent1e71499892e411559845b0e8487ec4d6f28f374c (diff)
Report: hide 2n-skx NDR data
Change-Id: Iee860b33338cfe60ba04081b9bd6cb6b685adb9b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d74845dfa5875bc54882d8d74debe103dac07761)
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 731bfe864a..e5fea2658a 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -345,7 +345,7 @@ def table_merged_details(table, input_data):
# Temporary solution: remove NDR results from message:
if bool(table.get(u'remove-ndr', False)):
try:
- col_data = col_data.split(u"\n", 1)[1]
+ col_data = col_data.split(u" |br| ", 1)[1]
except IndexError:
pass
col_data = f" |prein| {col_data} |preout| "