Skip to content
Snippets Groups Projects
Commit 51d882b7 authored by ichuang's avatar ichuang
Browse files

fix typo in instructor dashboard dump grading config

parent f7094803
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment