[Python-projects] pylint 0.13.2 bug

Dave Borowitz dborowitz at google.com
Tue Jul 3 00:21:53 CEST 2007


Hi Logilab,

I found what looks like a small bug in the latest pylint:

lint.py:868
    if config_parser.has_option('master', 'load-plugins'):
        plugins = get_csv(config_parser.get('master', 'load-plugins'))
        linter.load_plugin_modules(plugins)

Section names in the config file are all upper-case (cf.
register_options_provider in logilab-common/configuration.py), so none of
the plugins I listed there were getting loaded. Changing the section to
'MASTER' fixes the bug.

Thanks, and keep up the good work.

David Borowitz
Google Engineering Intern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.logilab.org/pipermail/python-projects/attachments/20070702/8a11c2a1/attachment.htm 


More information about the Python-Projects mailing list