Commit f0bf8db1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 34da74fc
......@@ -456,7 +456,7 @@ def Restructure(ztree, newStructure):
if len(rlevelv) == 2: # only 2 levels
assert len(rlevelv[0]) == 1 # top-one has empty tree
assert rlevelv[0][0].node is node
assert isinstance(child, Bucket)# bottom-on has 1 bucket
assert isinstance(child, Bucket)# bottom-one has 1 bucket
assert len(rlevelv[1]) == 1
assert rlevelv[1][0].node is child
......
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