app/soc/tasks/grading_survey_group.py
changeset 2639 9b05c44316f9
parent 2631 f0d3d24a609b
child 2644 0eb27bb0122d
--- a/app/soc/tasks/grading_survey_group.py	Mon Jul 13 22:11:28 2009 +0200
+++ b/app/soc/tasks/grading_survey_group.py	Mon Jul 13 23:08:14 2009 +0200
@@ -90,7 +90,7 @@
 
   # get all valid StudentProjects from starting key
   fields = {'program': survey_group_entity.scope,
-            'status': ['accepted', 'failed', 'completed', 'withdrawn']}
+            'status': ['accepted', 'failed', 'completed']}
 
   if project_start_key:
     # retrieve the last project that was done