diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-13 17:05:59 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-03-13 16:37:55 +0000 |
commit | d74845dfa5875bc54882d8d74debe103dac07761 (patch) | |
tree | 13e645098ad3035884c5bcb2541812d80f37a89e /resources/tools/presentation/generator_tables.py | |
parent | ee33baa6d09b759876441ecde725da95f604fedd (diff) |
Report: hide 2n-skx NDR data
Change-Id: Iee860b33338cfe60ba04081b9bd6cb6b685adb9b
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 5c692fa208..6b844354d2 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| " |