Error message fix

This commit is contained in:
Vik Paruchuri
2013-01-17 17:18:10 -05:00
parent eaa6701c6f
commit 18dc59c93a

View File

@@ -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":