From 190462e1f242b59d927eff3e63826fe6343eadbc Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 9 Dec 2019 13:10:07 +0100 Subject: Trending: Use Mpps Change-Id: I63efaa244aa4931a8ab474bc64520e1f501ad57a 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 71651969e1..7c99ab5d72 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -124,7 +124,7 @@ def table_details(table, input_data): u"data"].split(" ")[1]]).replace(u'"', u'""') if column[u"data"].split(u" ")[1] in \ (u"conf-history", u"show-run"): - col_data = col_data.replace(u" |br| ", u"", ) + col_data = col_data.replace(u" |br| ", u"", 1) col_data = f" |prein| {col_data[:-5]} |preout| " row_lst.append(f'"{col_data}"') except KeyError: -- cgit 1.2.3-korg