Skip to content

Commit

Permalink
Collector #2427, 2429
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Simpson committed Jul 30, 2001
1 parent 17769a8 commit 0520a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Catalog.py
Expand Up @@ -555,6 +555,7 @@ def _indexedSearch(self, request , sort_index, append, used):
else:
try:
for k, intset in sort_index.items():
if hasattr(intset, 'keys'): intset=intset.keys()
append((k,LazyMap(self.__getitem__, intset)))
except AttributeError:
raise ValueError, (
Expand Down

0 comments on commit 0520a2b

Please sign in to comment.