Report: hide 2n-skx NDR data
[csit.git] / resources / tools / presentation / generator_tables.py
index 5c692fa..6b84435 100644 (file)
@@ -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| "