From 8de394a11922bd1778745e08768ae0db1ada4227 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 16 Apr 2009 22:46:07 -0400 Subject: New pylint returns a status code: ignore it. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3cc083..da45073 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,9 @@ clean: -rm -f setuptools-*.egg lint: clean - python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage - python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py - python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py + -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage + -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py + -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py python /Python25/Lib/tabnanny.py coverage python checkeol.py -- cgit v1.2.1