Fixed a bug in @set. Unittests all clear again.

This commit is contained in:
Griatch 2012-04-21 18:21:38 +02:00
parent 8c3b49e704
commit 3306e36d82
3 changed files with 76 additions and 75 deletions

View file

@ -1219,7 +1219,8 @@ class CmdSetAttribute(ObjManipCommand):
except ImportError:
# fall back to old recursive solution (don't support nested lists/dicts)
return rec_convert(strobj.strip())
else:
return strobj
def func(self):
"Implement the set attribute - a limited form of @py."