Skip to content

Commit

Permalink
io: Sort filenames in ImageCollection.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jan 20, 2010
1 parent f72ed80 commit 11b6e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supreme/io/_io.py
Expand Up @@ -100,6 +100,8 @@ def __init__(self,file_pattern,conserve_memory=True,grey=False):
else:
self.files = sorted(glob(file_pattern))

self.files = sorted(self.files)

if conserve_memory:
memory_slots = 1
else:
Expand Down

0 comments on commit 11b6e89

Please sign in to comment.