fix bracket in wrong spot

This commit is contained in:
Vik Paruchuri
2012-11-05 15:50:18 -05:00
committed by Victor Shnayder
parent 8e87d49228
commit 79941271d7

View File

@@ -1911,7 +1911,7 @@ class OpenEndedResponse(LoncapaResponse):
# Submit request. When successful, 'msg' is the prior length of the queue
contents.update({'student_response': submission})
contents.update({'grader_type'} : self.grader_type)
contents.update({'grader_type' : self.grader_type})
(error, msg) = qinterface.send_to_queue(header=xheader,
body=json.dumps(contents))