mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Remove exit_on_error
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		| @@ -49,17 +49,14 @@ class IPV6VariableTime(LFCliBase): | ||||
|                  _use_ht160=False, | ||||
|                  _cx_type=None, | ||||
|                  _debug_on=False, | ||||
|                  _exit_on_error=False, | ||||
|                  _exit_on_fail=False): | ||||
|         super().__init__(_host, | ||||
|                          _port, | ||||
|                          _local_realm=realm.Realm(lfclient_host=_host, | ||||
|                                                   lfclient_port=_port, | ||||
|                                                   debug_=_debug_on, | ||||
|                                                   _exit_on_error=_exit_on_error, | ||||
|                                                   _exit_on_fail=_exit_on_fail), | ||||
|                          _debug=_debug_on, | ||||
|                          _halt_on_error=_exit_on_error, | ||||
|                          _exit_on_fail=_exit_on_fail) | ||||
|         self.upstream = _upstream | ||||
|         self.ssid = _ssid | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham