1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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 ]
then
exit $FLAKE8_STATUS
else
exit $PYLINT_STATUS
else
exit $FLAKE8_STATUS
fi