Add pylint: disable-msg=W0706 to soc.views.helper.access module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 07 Apr 2009 12:31:12 +0000
changeset 2116 68d7679a2af2
parent 2115 fafd021def7e
child 2117 f1a1a75cdb00
Add pylint: disable-msg=W0706 to soc.views.helper.access module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
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):