mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	Fixing halt_on_error errors
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		@@ -13,7 +13,7 @@ import os
 | 
			
		||||
 | 
			
		||||
class L4CXProfile(LFCliBase):
 | 
			
		||||
    def __init__(self, lfclient_host, lfclient_port, local_realm, debug_=False):
 | 
			
		||||
        super().__init__(lfclient_host, lfclient_port, debug_, _halt_on_error=True)
 | 
			
		||||
        super().__init__(lfclient_host, lfclient_port, debug_)
 | 
			
		||||
        self.lfclient_url = "http://%s:%s" % (lfclient_host, lfclient_port)
 | 
			
		||||
        self.debug = debug_
 | 
			
		||||
        self.url = "http://localhost/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user