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

.

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