Withdrawn projects are removed from GradingRecord creation/update task.
--- 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