From 18dc59c93ac9f6e2f5d427f07239ac3ef46c82f5 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Thu, 17 Jan 2013 17:18:10 -0500 Subject: [PATCH] Error message fix --- common/lib/xmodule/xmodule/combined_open_ended_rubric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/combined_open_ended_rubric.py b/common/lib/xmodule/xmodule/combined_open_ended_rubric.py index e4daf11f1d..c2e0297038 100644 --- a/common/lib/xmodule/xmodule/combined_open_ended_rubric.py +++ b/common/lib/xmodule/xmodule/combined_open_ended_rubric.py @@ -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":