X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;fp=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=42f16e4b338b585c9837cba870971dc15431a082;hp=5b951890295ab074f8d586e1dc3df19f4db813b3;hb=3c88629c05256b8f5b1e435a8e94d488eb769224;hpb=88dd453ccd24b70752c7498b81101a97fc777043 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| ').\