app/soc/tasks/grading_survey_group.py
changeset 2639 9b05c44316f9
parent 2631 f0d3d24a609b
child 2644 0eb27bb0122d
equal deleted inserted replaced
2638:dc3e6a199882 2639:9b05c44316f9
    88   else:
    88   else:
    89     project_start_key = None
    89     project_start_key = None
    90 
    90 
    91   # get all valid StudentProjects from starting key
    91   # get all valid StudentProjects from starting key
    92   fields = {'program': survey_group_entity.scope,
    92   fields = {'program': survey_group_entity.scope,
    93             'status': ['accepted', 'failed', 'completed', 'withdrawn']}
    93             'status': ['accepted', 'failed', 'completed']}
    94 
    94 
    95   if project_start_key:
    95   if project_start_key:
    96     # retrieve the last project that was done
    96     # retrieve the last project that was done
    97     project_start = student_project_logic.getFromKeyName(project_start_key)
    97     project_start = student_project_logic.getFromKeyName(project_start_key)
    98 
    98