Commit 8233e180 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6b76ad1f
...@@ -150,6 +150,7 @@ def Trees(zstor, r): ...@@ -150,6 +150,7 @@ def Trees(zstor, r):
commit('mk treegen/trees') commit('mk treegen/trees')
for treetxt in r.readlines(): for treetxt in r.readlines():
treetxt = treetxt.rstrip() # trim trailin \n
tree = zctx.TopoDecode(treetxt) tree = zctx.TopoDecode(treetxt)
ztree = trees[treetxt] = LOBTree() ztree = trees[treetxt] = LOBTree()
......
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