~schooltool-owners/schooltool.cando/trunk

« back to all changes in this revision

Viewing changes to src/schooltool/cando/browser/gradebook.py

  • Committer: Douglas Cerna
  • Date: 2014-04-10 19:21:21 UTC
  • Revision ID: douglascerna@yahoo.com-20140410192121-7hz0gl10j77hnbjr
Fixed access to scoresDict property

Show diffs side-by-side

added added

removed removed

Lines of Context:
2059
2059
                scores = sorted(scoresByLabel.values(),
2060
2060
                                key=lambda x:x['value'],
2061
2061
                                reverse=not is_max_passing)
2062
 
                scoresDict = scoresystem.scoresDict()
 
2062
                scoresDict = scoresystem.scoresDict
2063
2063
                result[scoresystem] = {
2064
2064
                    'obj': scoresystem,
2065
2065
                    'scoresDict': scoresDict,