Always a good idea to call your new function
This commit is contained in:
parent
025c5d3dd1
commit
ac1a58e8b3
|
@ -156,6 +156,8 @@ class Config(Borg, dict):
|
|||
Borg.__init__(self)
|
||||
dict.__init__(self)
|
||||
|
||||
self.prepare_attributes()
|
||||
|
||||
def prepare_attributes(self):
|
||||
"""Set up our borg environment"""
|
||||
if self.defaults is None:
|
||||
|
|
Loading…
Reference in New Issue