Commit 96183018 authored by Julien Muchembled's avatar Julien Muchembled

Remove useless statement in FileStorage

This answers #13
parent 82b3c0f6
......@@ -1644,7 +1644,7 @@ def read_index(file, name, index, tindex, stop=b'\377'*8,
maxoid = index.maxKey()
except ValueError:
# The index is empty.
maxoid == z64
pass # maxoid is already equal to z64
return pos, maxoid, ltid
......
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