Commit 55032df4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2861b073
......@@ -199,6 +199,12 @@ def Restructure(ztree, newStructure):
if tstruct != newStructure:
panic("BUG: Restructure: result structure is not what was"
"requested:\n%s\n\nwant:\n%s" % (tstruct, newStructure))
print()
print(newStructure)
print()
print(tstruct)
print()
#1/0
# AllStructs generates subset of all possible BTree structures for BTrees with
......
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