Commit ecabdec6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 89ef49c4
......@@ -50,6 +50,8 @@ func zodbDump(w io.Writer, stor zodb.IStorage, tidMin, tidMax zodb.Tid, hashOnly
var retErr error
iter := stor.Iterate(tidMin, tidMax)
// XXX error handling -> exceptions ?
// transactions
first := true
for {
......@@ -63,7 +65,7 @@ func zodbDump(w io.Writer, stor zodb.IStorage, tidMin, tidMax zodb.Tid, hashOnly
goto out
}
// TODO if not first: println
// LF in-between txn records
vskip := "\n"
if first {
vskip = ""
......
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