app/soc/logic/allocations.py
changeset 1854 79c9f683f23b
parent 1751 17c7a7a48dc7
child 2073 6eb9b4652c80
--- 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()