From 3c88629c05256b8f5b1e435a8e94d488eb769224 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 7 Jul 2021 13:59:35 +0200 Subject: Report: Add rls data Change-Id: I82522a17b1b3b919adc6de28772d4323c57b0b2c Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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| ').\ -- cgit 1.2.3-korg