Skip to content

Commit

Permalink
removed an out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 17, 2016
1 parent 0278f36 commit 3c5bbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/blob.py
Expand Up @@ -796,7 +796,7 @@ def _packNonUndoing(self, packtime, referencesf):
for oid, oid_path in self.fshelper.listOIDs():
exists = True
try:
utils.load_current(self, oid) # no version support
utils.load_current(self, oid)
except (POSKeyError, KeyError):
exists = False

Expand Down

0 comments on commit 3c5bbe7

Please sign in to comment.