mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	Fix halt_on_error mistakes
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		@@ -20,7 +20,7 @@ class MACVLANProfile(LFCliBase):
 | 
			
		||||
                 admin_down=False,
 | 
			
		||||
                 dhcp=False,
 | 
			
		||||
                 debug_=False):
 | 
			
		||||
        super().__init__(lfclient_host, lfclient_port, debug_, _halt_on_error=True)
 | 
			
		||||
        super().__init__(lfclient_host, lfclient_port, debug_)
 | 
			
		||||
        self.local_realm = local_realm
 | 
			
		||||
        self.num_macvlans = num_macvlans
 | 
			
		||||
        self.macvlan_parent = macvlan_parent
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ class MULTICASTProfile(LFCliBase):
 | 
			
		||||
        :param number_template_: how many zeros wide we padd, possibly a starting integer with left padding
 | 
			
		||||
        :param debug_:
 | 
			
		||||
        """
 | 
			
		||||
        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.local_realm = local_realm
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user