create_vr.py: removes use of halt parameter

This commit is contained in:
Jed Reynolds
2021-02-02 15:25:17 -08:00
parent 3f8c273512
commit 088659b9ad

View File

@@ -38,7 +38,6 @@ class CreateVR(Realm):
super().__init__(lfclient_host=lfclient_host,
lfclient_port=lfclient_port,
debug_=debug,
halt_on_error_=_halt_on_error,
_exit_on_error=_exit_on_error,
_exit_on_fail=_exit_on_fail,
_proxy_str=_proxy_str,