Fixed a bug in @set. Unittests all clear again.
This commit is contained in:
parent
8c3b49e704
commit
3306e36d82
3 changed files with 76 additions and 75 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue