Changeset 14043 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 2 Aug 2016, 16:09:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/raw_score_report.py
r14042 r14043 124 124 table = [col_names] 125 125 sn = 1 126 scores = tuple()127 126 for line in data: 127 scores = tuple() 128 128 composed_line = (sn,) + line[:-1] 129 129 for code in course_codes:
Note: See TracChangeset for help on using the changeset viewer.