Commit 2eda1395 authored by Jim Fulton's avatar Jim Fulton

Fixed a bad raise in loadSerial.

parent 71f7573b
......@@ -176,7 +176,7 @@ class MappingStorage(object):
except KeyError:
pass
raise ZODB.POSException.POSBeforeKeyError(oid)
raise ZODB.POSException.POSKeyError(oid, serial)
# ZODB.interfaces.IStorage
@ZODB.utils.locked(opened)
......
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