revert erroneous mod from bulk change

This commit is contained in:
Jesusbill
2021-03-26 17:51:35 +01:00
parent f1acda85c9
commit 711acfe120
2 changed files with 2 additions and 2 deletions
@@ -615,7 +615,7 @@ class application(QtWidgets.QApplication):
return handler
def __init__(self, settings={}):
def __init__(self, settings=None):
QtWidgets.QApplication.__init__(self, sys.argv)
self.window = application.window()
self.tree = application.decomposition_treeview()
@@ -124,7 +124,7 @@ class iterator(_iterator):
class tree(ifcopenshell_wrapper.tree):
def __init__(self, file=None, settings={}):
def __init__(self, file=None, settings=None):
args = [self]
if file is not None:
args.append(file.wrapped_data)