Instantiate mutators when a mutated module is created / loaded from DB. Some bug fixes for a few things.
This commit is contained in:
@@ -112,7 +112,7 @@ class ModifiedAttributeDict(collections.MutableMapping):
|
||||
|
||||
@property
|
||||
def mutators(self):
|
||||
return {x.attr.name: x for x in self.__mutators}
|
||||
return {x.attr.name: x for x in self.__mutators.values()}
|
||||
|
||||
@mutators.setter
|
||||
def mutators(self, val):
|
||||
|
||||
Reference in New Issue
Block a user