Remove halt on error from all inheritors of realm

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 14:26:06 -07:00
parent 7bede86c9e
commit 519cd785cb
4 changed files with 11 additions and 23 deletions

View File

@@ -29,7 +29,6 @@ import csv
class LFDataCollection:
def __init__(self, local_realm, debug=False):
self.parent_realm = local_realm
self.halt_on_error = False
self.exit_on_error = False
self.debug = debug or local_realm.debug