Commit 3c5bbe7b authored by Jim Fulton's avatar Jim Fulton

removed an out of date comment

parent 0278f361
......@@ -796,7 +796,7 @@ class BlobStorage(BlobStorageMixin):
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
......
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