Changeset 16904 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 24 Mar 2022, 19:25:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/export.py
r16903 r16904 100 100 and ticket.remark != 'passed': 101 101 obsolete.append(ticket) 102 for ticket in obsolete:102 for ticket in set(obsolete): 103 103 tickets.remove(ticket) 104 104 return tickets
Note: See TracChangeset for help on using the changeset viewer.