Commit 464f455f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8ae42901
......@@ -242,8 +242,9 @@ def Restructure(ztree, newStructure):
while len(rlevelv) > 0:
rlevel = rlevelv.pop(0)
if len(zrlevelv) == 0:
panic("TODO")
zrlevel = zrlevelv.pop(0)
zrlevel = []
else:
zrlevel = zrlevelv.pop(0)
# filter-out buckets
_ = [] # zrlevel -> zrlevel, zrbucketv
......
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