Commit 6b28f33c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8df874d6
......@@ -802,6 +802,7 @@ def TopoEncode(tree, vencode=lambda v: '%d' % v):
assert ':' not in vtxt
assert ',' not in vtxt
assert '-' not in vtxt
vtxtv.append(vtxt)
tnode += ','.join(['%d:%s' % (k,vtxt)
for (k,vtxt) in zip(node.keyv, vtxtv)])
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment