Update quality threshold counts (#20681)

This commit is contained in:
Jeremy Bowman
2019-05-24 08:27:54 -04:00
committed by GitHub
parent fdc785bfb0
commit f9929f32b5
23 changed files with 57 additions and 102 deletions

View File

@@ -199,7 +199,7 @@ class ForcePublishCourseView(MaintenanceBaseView):
self.context['msg'] = _('Force publishing course is not supported with old mongo courses.')
log.warning(
u'Force publishing course is not supported with old mongo courses. \
%s attempted to force publish the course %s.', # pylint: disable=unicode-format-string
%s attempted to force publish the course %s.',
request.user,
course_id,
exc_info=True