On 11 février 13:20, Michael Hanselmann wrote:
> Hello

Hi Michael
 
> Using this pylint version:
> 
> $ pylint --version
> pylint 0.19.0,
> astng 0.19.3, common 0.46.0
> Python 2.5.2
> 
> The following cut-down version of a larger script raises “TypeError:
> '_Yes' object is not iterable”. The script as given wouldn't work, but
> it reproduces the error in pylint. If I change “xyz = ["foobar=%s" %
> options.ca,] + A + B” to “xyz = A + B + ["foobar=%s" % options.ca,]”,
> pylint doesn't fail with a backtrace. While the same exception, this
> does not seem to be a duplicate of
> <http://www.logilab.org/ticket/9891>. The full backtrace is at the end
> of this e-mail.

that's great ! that bug has been reported a while ago by Jurgen but
he's not been able to reproduce / isolate it. So your stripped down
example will definitly help! I've filed a ticket:
http://www.logilab.org/ticket/20464

Thanks!
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to