What steps will reproduce the problem?
URL: http://code.google.com/p/cachalot/source/browse/trunk/app.py
This snippet of code seems around line 118 seems to trigger the failure:
def loggedin(method):
"""Asserts that a known user is logged in. If they aren't, we redirect
them to
the login page (if they aren't logged in) or to a "you can't come to our
party" page if they are logged in but unknown to us. The wrapped method can
assume that the user is an acceptable person.
"""
Note the double-quote and single quote in the comment.
Original issue reported on code.google.com by dcoker on 21 Apr 2008 at 10:15
Original issue reported on code.google.com by
dcoker
on 21 Apr 2008 at 10:15