Commit 3ccafa17 by Will Daly

Merge pull request #308 from edx/will/no-open-assessments-error

Quiet noisy error log message
parents 85d6c5a2 062614e6
...@@ -207,7 +207,7 @@ def create_assessment( ...@@ -207,7 +207,7 @@ def create_assessment(
u"There are no open assessments associated with the scorer's " u"There are no open assessments associated with the scorer's "
u"submission UUID {}.".format(scorer_submission_uuid) u"submission UUID {}.".format(scorer_submission_uuid)
) )
logger.error(message) logger.warning(message)
raise PeerAssessmentWorkflowError(message) raise PeerAssessmentWorkflowError(message)
peer_submission_uuid = peer_workflow_item.author.submission_uuid peer_submission_uuid = peer_workflow_item.author.submission_uuid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment