Changeset 14316 for main


Ignore:
Timestamp:
6 Dec 2016, 16:47:32 (8 years ago)
Author:
Henrik Bettermann
Message:

getGradeWeightFromScore() takes exactly 2 arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r14315 r14316  
    830830            else:
    831831                total = ticket.score + ticket.ca
    832                 grade = getGradeWeightFromScore(total)[0]
     832                grade = getGradeWeightFromScore(total, ticket.student)[0]
    833833                if grade == 'F':
    834834                    failed += 1
Note: See TracChangeset for help on using the changeset viewer.