mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +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