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:
@@ -13,7 +13,7 @@ PYLINT_STATUS=$?
|
||||
|
||||
if [ $FLAKE8_STATUS -eq 0 ]
|
||||
then
|
||||
exit $FLAKE8_STATUS
|
||||
else
|
||||
exit $PYLINT_STATUS
|
||||
else
|
||||
exit $FLAKE8_STATUS
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user