Changeset 16916 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 9 Apr 2022, 19:33:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/export.py
r16915 r16916 96 96 for passed_ticket in passed_tickets: 97 97 for ticket in all_tickets: 98 if ticket.code == passed_ticket.code \ 99 and ticket.remark != 'passed': 98 if ticket.code == passed_ticket.code: # remove passed ticket too 100 99 obsolete.append(ticket) 101 100 for ticket in set(obsolete):
Note: See TracChangeset for help on using the changeset viewer.