Changeset 16915 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 9 Apr 2022, 17:59:17 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/export.py
r16914 r16915 92 92 obsolete = list() 93 93 for student in students: 94 print student.student_id95 94 all_tickets = [i for i in tickets if student == i.stdnt] 96 95 passed_tickets = [i for i in all_tickets if i.remark == 'passed']
Note: See TracChangeset for help on using the changeset viewer.