- Timestamp:
- 9 Nov 2018, 13:35:24 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r15178 r15226 408 408 """Returns ca + score. 409 409 """ 410 # Override total_score if value has been imported 411 if getattr(self, 'imported_ts', None): 412 return self.imported_ts 410 413 if self.score == -1: 411 414 return 0
Note: See TracChangeset for help on using the changeset viewer.