Hi,
I just updated to pylint 0.20.0 and logilab-common 0.50.0 and I got a Traceback
when running pylint.
In our local path a pylintrc file is present.
The 'load_config_file' crashed (logilab-common):
File
"/usr/local/lib/python2.6/dist-packages/pylint-0.20.0-py2.6.egg/pylint/lint.py",
line 861, in __init__
linter.load_config_file()
File
"/usr/local/lib/python2.6/dist-packages/logilab_common-0.50.0-py2.6.egg/logilab/common/configuration.py",
line 634, in load_config_file
provider.set_option(option, value, optdict=optdict)
TypeError: set_option() got an unexpected keyword argument 'optdict'
When removing the local 'pylintrc', this problem does not occur and also when
reverting to logilab-common 0.49.0, this problem does not show up.
It seems the argument 'optdict' is not correct in common 0.50.0.
As far as I can see this argument changed since common 0.50.0 in the file
configuration.py
In common 0.49.0, it is:
provider.set_option(option, value, opt_dict=optdict)
With kind regards,
Maurice Hebben
________________________________
The information contained in this message may be confidential and legally
protected under applicable law. The message is intended solely for the
addressee(s). If you are not the intended recipient, you are hereby notified
that any use, forwarding, dissemination, or reproduction of this message is
strictly prohibited and may be unlawful. If you are not the intended recipient,
please contact the sender by return e-mail and destroy all copies of the
original message.
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects