fix typo in instructor dashboard dump grading config

This commit is contained in:
ichuang
2013-04-06 18:30:27 +00:00
parent f7094803c1
commit 51d882b7b0

View File

@@ -1157,7 +1157,7 @@ def dump_grading_context(course):
msg += "--> Section %s:\n" % (gs)
for sec in gsvals:
s = sec['section_descriptor']
format = getattr(s, 'format', None)
format = getattr(s.lms, 'format', None)
aname = ''
if format in graders:
g = graders[format]