Fixed some lingering issues in TutorialWorld.

This commit is contained in:
Griatch 2013-05-12 20:24:00 +02:00
parent bd9421d4b0
commit 88075bf2a0
3 changed files with 18 additions and 17 deletions

View file

@ -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):