return an empty layer if no config is available
This commit is contained in:
@ -16,6 +16,7 @@ class ClassicConfig(PropertyReadOnly):
|
||||
return ClassicConfig._loadPythonFile(file)
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
return PropertyLayer()
|
||||
|
||||
@staticmethod
|
||||
def _toLayer(dictionary: dict):
|
||||
|
Reference in New Issue
Block a user