Fixed log of error. Xmodules don't have ids, so I log the location instead.
This commit is contained in:
@@ -91,7 +91,7 @@ def grade(student, request, course, student_module_cache=None):
|
|||||||
if graded_total.possible > 0:
|
if graded_total.possible > 0:
|
||||||
format_scores.append(graded_total)
|
format_scores.append(graded_total)
|
||||||
else:
|
else:
|
||||||
log.exception("Unable to grade a section with a total possible score of zero. " + str(section_descriptor.id))
|
log.exception("Unable to grade a section with a total possible score of zero. " + str(section_descriptor.location))
|
||||||
|
|
||||||
totaled_scores[section_format] = format_scores
|
totaled_scores[section_format] = format_scores
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user