mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
realm.py: should not need self.halt_on_error because that's what self.exit_on_error is for
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
@@ -845,7 +845,7 @@ class Realm(LFCliBase):
|
|||||||
class BaseProfile:
|
class BaseProfile:
|
||||||
def __init__(self, local_realm, debug=False):
|
def __init__(self, local_realm, debug=False):
|
||||||
self.parent_realm = local_realm
|
self.parent_realm = local_realm
|
||||||
self.halt_on_error = False
|
# self.halt_on_error = False
|
||||||
self.exit_on_error = False
|
self.exit_on_error = False
|
||||||
self.debug = debug or local_realm.debug
|
self.debug = debug or local_realm.debug
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user