bugfix
This commit is contained in:
parent
82b268d935
commit
b7d4cdfb58
@ -38,7 +38,7 @@ class JsonObject(DictObject):
|
||||
|
||||
if NS is not None:
|
||||
ac = ArgsConvert('$[',']$')
|
||||
a = ac.convert(a,self.NS)
|
||||
a = ac.convert(a,NS)
|
||||
a['__jsonholder__'] = jsonholder
|
||||
a['NS'] = NS
|
||||
DictObject.__init__(self,a)
|
||||
|
Loading…
Reference in New Issue
Block a user