diff -r 6cd70644892d -r 79c9f683f23b app/soc/logic/allocations.py --- a/app/soc/logic/allocations.py Sat Mar 14 18:02:01 2009 +0000 +++ b/app/soc/logic/allocations.py Sat Mar 14 19:45:52 2009 +0000 @@ -87,7 +87,7 @@ self.buildSets() if not sum(self.popularity.values()) or not sum(self.mentors.values()): - return {} + return self.popularity if self.iterative: return self.iterativeAllocation()