Lint script would incorrectly report success

This commit is contained in:
Paulus Schoutsen 2015-09-20 19:56:10 -07:00
parent bd61555698
commit 3af4f267b3

View File

@ -13,7 +13,7 @@ PYLINT_STATUS=$?
if [ $FLAKE8_STATUS -eq 0 ] if [ $FLAKE8_STATUS -eq 0 ]
then then
exit $FLAKE8_STATUS
else
exit $PYLINT_STATUS exit $PYLINT_STATUS
else
exit $FLAKE8_STATUS
fi fi