From e1f507ce94cd55f6ec211bd09f954651d44485fc Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 8 Feb 2021 10:11:50 -0800 Subject: [PATCH] remove whitespace on edges from column names --- py-json/LANforge/lfcli_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/LANforge/lfcli_base.py b/py-json/LANforge/lfcli_base.py index 581687ba..052a172f 100644 --- a/py-json/LANforge/lfcli_base.py +++ b/py-json/LANforge/lfcli_base.py @@ -560,7 +560,7 @@ class LFCliBase: def replace_special_char(self, str): - return str.replace('+', ' ').replace('_', ' ') + return str.replace('+', ' ').replace('_', ' ').strip(' ') Help_Mode = """Station WiFi modes: use the number value below: auto : 0,