Review: Needs Fixing

    class OOPSWSGIHandler(wsgi.WSGIHandler):
        ...
        return super(CustomWSGIHandler, self).handle_uncaught_exception(
            request, resolver, exc_info)

Looks like you renamed the class while putting this together, so this super() 
invocation is going to fail.  I can see a reference to CustomWSGIHandler in the 
docstring that should probably also be amended.
-- 
https://code.launchpad.net/~lifeless/python-oops-wsgi/django/+merge/85055
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi.

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to