# HG changeset patch # User Lennard de Rijk # Date 1247519294 -7200 # Node ID 9b05c44316f9b31d0b56baa1dbc8823b8561f3f0 # Parent dc3e6a199882d7b5f0e51ad1cf30b39a89a03b61 Withdrawn projects are removed from GradingRecord creation/update task. diff -r dc3e6a199882 -r 9b05c44316f9 app/soc/tasks/grading_survey_group.py --- 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