Commit 4f53d246 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 735ab157
......@@ -51,7 +51,7 @@ def zodbpack(stor, packat, gc):
panic("too much divergence due to rounding:"
"\npackat: %s\npackat_: %s\nδ: %d" % (ashex(packat), ashex(packat_), d))
print("\npackat: %s\npackat_: %s\nδ: %d" % (ashex(packat), ashex(packat_), d))
#print("\npackat: %s\npackat_: %s\nδ: %d" % (ashex(packat), ashex(packat_), d))
if d <= 0:
break
......@@ -105,7 +105,6 @@ def main(argv):
storurl = argv[0]
packat = parse_tid(argv[1])
print(`packat`)
stor = storageFromURL(storurl)
defer(stor.close)
......
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