mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 10:34:31 +00:00
replace settings=None with {}
This commit is contained in:
@@ -615,7 +615,7 @@ class application(QtWidgets.QApplication):
|
||||
|
||||
return handler
|
||||
|
||||
def __init__(self, settings=None):
|
||||
def __init__(self, settings={}):
|
||||
QtWidgets.QApplication.__init__(self, sys.argv)
|
||||
self.window = application.window()
|
||||
self.tree = application.decomposition_treeview()
|
||||
|
||||
Reference in New Issue
Block a user