Commit fb7614a8 by Victor Shnayder

oops--fix logging bug

parent ea3aebdf
......@@ -49,7 +49,7 @@ def is_commentable_cohorted(course_id, commentable_id):
def get_cohort(user, course_id):
c = _get_cohort(user, course_id)
log.debug("get_cohort({0}, {1}) = {2}", user, course_id, c.id)
log.debug("get_cohort({0}, {1}) = {2}".format(user, course_id, c.id))
def _get_cohort(user, course_id):
"""
......
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