summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-07-21 17:38:15 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-07-21 17:38:15 +0200
commit8c3785cf14c22b9536552ca5eef390a120a43c10 (patch)
tree0485c2d42678a5105ba28d66b1a440b62e38658d /bin
parent3d97c36353fcc9cbc4e769b14c3a495f2843c01e (diff)
downloadpylint-8c3785cf14c22b9536552ca5eef390a120a43c10.tar.gz
added patch by Okko.Willeboordse at imtech.nl fixing the lack of error status on Windows
Diffstat (limited to 'bin')
-rw-r--r--bin/pylint.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pylint.bat b/bin/pylint.bat
index 6fab01a..3239fc5 100644
--- a/bin/pylint.bat
+++ b/bin/pylint.bat
@@ -14,6 +14,7 @@ lint.Run(sys.argv[1:])
DosExitLabel = """
:exit
+exit(ERRORLEVEL)
rem """