Hi,

On Wed, Dec 15, 2010 at 09:49, Arve Knudsen <[email protected]> wrote:
> Hello
> What condition causes pylint to exit with code 29? In general I'd like a
> reference of pylint's error codes, but I'm not sure where this may be
> documented.

the manpage :)

OUTPUT STATUS CODE
       Pylint should leave with following status code:
           * 0 if everything went fine
           * 1 if a fatal message was issued
           * 2 if an error message was issued
           * 4 if a warning message was issued
           * 8 if a refactor message was issued
           * 16 if a convention message was issued
           * 32 on usage error

       status 1 to 16 will be bit-ORed so you can know which different
categories has been  issued  by  analysing  pylint
       output status code

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to