Commit 4b925520 by chrisndodge

Merge pull request #1818 from MITx/feature/ichuang/dump-grading-config-fix

fix typo in instructor dashboard dump grading config
parents c6bec6bc 51d882b7
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment