# HG changeset patch # User Pawel Solyga # Date 1239107472 0 # Node ID 68d7679a2af2e5000bfcdbe3663a6753eda4eb3d # Parent fafd021def7ef79549e88647e01cebfa61f70f0e Add pylint: disable-msg=W0706 to soc.views.helper.access module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r fafd021def7e -r 68d7679a2af2 app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Tue Apr 07 08:49:47 2009 +0000 +++ b/app/soc/views/helper/access.py Tue Apr 07 12:31:12 2009 +0000 @@ -458,6 +458,7 @@ first = first if first else exception # none passed, re-raise the first exception + # pylint: disable-msg=W0706 raise first def allow(self, django_args):