Commit f7b8b780 authored by Christian Theune's avatar Christian Theune

Removed unnecessary sort.

parent 7ccf8a94
......@@ -490,8 +490,6 @@ class BlobStorage(SpecificationDecoratorBase):
base_dir = self.fshelper.base_dir
for oid, oid_path in self.fshelper.listOIDs():
files = os.listdir(oid_path)
files.sort()
for filename in files:
filepath = os.path.join(oid_path, filename)
whatever, serial = self.fshelper.splitBlobFilename(filepath)
......
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