Skip to content
Snippets Groups Projects
Commit 18dc59c9 authored by Vik Paruchuri's avatar Vik Paruchuri
Browse files

Error message fix

parent eaa6701c
No related merge requests found
......@@ -63,7 +63,7 @@ class CombinedOpenEndedRubric(object):
if has_score:
if scorexml.tag != 'score':
raise Exception("[extract_category]mitxmako: expected score tag, got {0} instead".format(scorexml.tag))
raise Exception("[extract_category]: expected score tag, got {0} instead".format(scorexml.tag))
for option in optionsxml:
if option.tag != "option":
......
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