[Python-projects] pylint --output-format option
Saegebrecht Martin
martin.saegebrecht at combitech.se
Tue Feb 10 12:51:42 CET 2009
Hello
the options: --output-format and --files-output seems to conflict with each other.
If I write:
pylint --output-format=html foo.py I get the output in html on standard output (and yes you can pipe it to a file if you whant to but thats not the issue here)
But if I write:
pylint --output-format=html --files-output=y foo.py I get pylint_foo.html but this file is EMPTY?
Why?
Best Regards
/Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.logilab.org/pipermail/python-projects/attachments/20090210/e1c561fb/attachment.htm>
More information about the Python-Projects
mailing list