mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
create_vr.py: removes use of halt parameter
This commit is contained in:
@@ -38,7 +38,6 @@ class CreateVR(Realm):
|
|||||||
super().__init__(lfclient_host=lfclient_host,
|
super().__init__(lfclient_host=lfclient_host,
|
||||||
lfclient_port=lfclient_port,
|
lfclient_port=lfclient_port,
|
||||||
debug_=debug,
|
debug_=debug,
|
||||||
halt_on_error_=_halt_on_error,
|
|
||||||
_exit_on_error=_exit_on_error,
|
_exit_on_error=_exit_on_error,
|
||||||
_exit_on_fail=_exit_on_fail,
|
_exit_on_fail=_exit_on_fail,
|
||||||
_proxy_str=_proxy_str,
|
_proxy_str=_proxy_str,
|
||||||
|
|||||||
Reference in New Issue
Block a user