Commit 63dd361f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d3abf4fa
......@@ -782,7 +782,7 @@ def TopoEncode(tree, vencode=lambda v: '%d' % v):
if 1: # make sure that every topology we emit, can be loaded back
t2 = TopoDecode(topo)
if t2 != tree:
panic("BUG: TopoEncode: D(E(·)) != identity\n· = %s\n D(E(·) = %s" % (tree, t2))
panic("BUG: TopoEncode: D(E(·)) != identity\n· = %s\n D(E(·) = %s" % (tree, t2))
return topo
......
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