Fixed some lingering issues in TutorialWorld.
This commit is contained in:
parent
bd9421d4b0
commit
88075bf2a0
3 changed files with 18 additions and 17 deletions
|
|
@ -86,7 +86,8 @@ class _SaverMutable(object):
|
|||
self._parent._save_tree()
|
||||
elif self._db_obj:
|
||||
self._db_obj.value = self
|
||||
logger.log_errmsg("_SaverMutable %s has no root Attribute to save to." % self)
|
||||
else:
|
||||
logger.log_errmsg("_SaverMutable %s has no root Attribute to save to." % self)
|
||||
def _convert_mutables(self, data):
|
||||
"converts mutables to Saver* variants and assigns .parent property"
|
||||
def process_tree(item, parent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue