demagify remove faults
This commit is contained in:
parent
44ec984552
commit
3c996c63f8
1 changed files with 1 additions and 1 deletions
2
nodes.py
2
nodes.py
|
@ -14,7 +14,7 @@ def demagify(data):
|
|||
match = search(r'^\!([0-9a-zA-Z_-]{,255})\:(.*)$', data)
|
||||
if match:
|
||||
magicstring, content = match.groups()
|
||||
return converters[magicstring](content)
|
||||
return converters[magicstring](content).value
|
||||
else:
|
||||
return data
|
||||
elif isinstance(data, dict):
|
||||
|
|
Loading…
Reference in a new issue