- Timestamp:
- 22 Nov 2007, 09:27:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_utilities/moveCourseResults.py
r2602 r2736 47 47 cocount = 0 48 48 commit_after = 20 49 moved_sids = context.course_results.uniqueValuesFor('student_id')49 #moved_sids = context.course_results.uniqueValuesFor('student_id') 50 50 for brain in brains: 51 51 count += 1 52 if brain.id in moved_sids:53 continue52 #if brain.id in moved_sids: 53 # continue 54 54 try: 55 55 study_level = getattr(getattr(getattr(students,brain.id),
Note: See TracChangeset for help on using the changeset viewer.