From 088659b9ad10c85cdafdd72f13f8a9efd4f3b621 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 2 Feb 2021 15:25:17 -0800 Subject: [PATCH] create_vr.py: removes use of halt parameter --- py-scripts/create_vr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py-scripts/create_vr.py b/py-scripts/create_vr.py index 80362141..d46b831c 100755 --- a/py-scripts/create_vr.py +++ b/py-scripts/create_vr.py @@ -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,