From c3d485a609ac48487391b1e676087035d3ddbae6 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Wed, 20 Feb 2013 13:33:17 -0500 Subject: [PATCH] Fix error message --- common/lib/xmodule/xmodule/peer_grading_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/peer_grading_module.py b/common/lib/xmodule/xmodule/peer_grading_module.py index a321374c07..3f1977f78f 100644 --- a/common/lib/xmodule/xmodule/peer_grading_module.py +++ b/common/lib/xmodule/xmodule/peer_grading_module.py @@ -395,7 +395,7 @@ class PeerGradingModule(XModule): #This is a dev_facing_error log.exception("Error saving calibration grade, location: {0}, submission_id: {1}, submission_key: {2}, grader_id: {3}".format(location, submission_id, submission_key, grader_id)) #This is a student_facing_error - return self._err_response('') + return self._err_response('There was an error saving your score. Please notify course staff.') def peer_grading(self, get=None): '''