diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-07-07 13:59:35 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-07-07 13:59:35 +0200 |
commit | 3c88629c05256b8f5b1e435a8e94d488eb769224 (patch) | |
tree | 2619caefb86056d43a0697ef9416141b85d58998 /resources/tools/presentation/generator_tables.py | |
parent | 88dd453ccd24b70752c7498b81101a97fc777043 (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.py | 2 |
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| ').\ |