[Python-projects] block level message control
Sylvain Thénault
sylvain.thenault at logilab.fr
Sun May 7 00:26:54 CEST 2006
On Tuesday 25 April à 16:36, Meding, Olaf wrote:
> Sylvain
>
> I ran the file attached to the original email and this line:
> print self.bla # pylint: disable-msg=E1101
>
> generated 2 identical messages:
> junk.py:24: [I0011] Locally disabling 'E1101'
> junk.py:24: [I0011] Locally disabling 'E1101'
this is fixed now, but this message will only show up once for each
disabled message, even if it's disabled in multiple place in a module.
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list