mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
remove whitespace on edges from column names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user