2009/12/23 Jonathan Hartley <tart...@tartley.com>

>
> Could pylint.bat look for a command line parameter to determine which
> behaviour is wanted?
>
> The ensuing Python portion of pylint could just ignore this parameter if it
> finds it.
>
> If this was acceptable, I'd vote for the default behaviour, ie invoking:
>
>    pylint.bat
>
> should be for pylint.bat to call exit with /B (or not call exit at all?),
> whereas invoking:
>
>    pylint.bat --exitvalue
>
> would call exit(ERRORLEVEL) as currently.
>

Agreed, I would vote for that too.


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

Reply via email to