aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-07-07 13:59:35 +0200
committerTibor Frank <tifrank@cisco.com>2021-07-07 13:59:35 +0200
commit3c88629c05256b8f5b1e435a8e94d488eb769224 (patch)
tree2619caefb86056d43a0697ef9416141b85d58998 /resources/tools/presentation/generator_tables.py
parent88dd453ccd24b70752c7498b81101a97fc777043 (diff)
Report: Add rls data
Change-Id: I82522a17b1b3b919adc6de28772d4323c57b0b2c 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 5b95189029..42f16e4b33 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -390,7 +390,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" |br| ", 1)[1]
+ col_data = col_data.split(u"\n", 1)[1]
except IndexError:
pass
col_data = col_data.replace(u'\n', u' |br| ').\