- Timestamp:
- 3 Nov 2007, 18:59:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_utilities/moveCourseResults.py
r2514 r2516 49 49 moved_sids = context.course_results.uniqueValuesFor('student_id') 50 50 for brain in brains: 51 count += 1 51 count += 1 52 52 if brain.id in moved_sids: 53 53 continue … … 67 67 context.course_results.moveResultsHere(study_level,brain.id) 68 68 moved += 1 69 logger.info("moved 69 logger.info("moved results of student %s" % (brain.id)) 70 70 if moved and not moved % commit_after: 71 71 context.waeup_tool.doCommit()
Note: See TracChangeset for help on using the changeset viewer.