← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~lifeless/python-oops-wsgi/django into lp:python-oops-wsgi

 

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.


References