more complete catch

This commit is contained in:
jaebradley
2018-01-30 13:57:54 -05:00
parent 73f3a63ea2
commit 070b6ce414

View File

@@ -194,7 +194,7 @@ class LearnerAnalyticsView(View):
"""
try:
context = create_user_profile_context(request, course_key, request.user.id)
except CommentClient500Error:
except Exception as e:
# TODO: LEARNER-3854: Clean-up error handling if continuing support.
return {
'content_authored': 0,