mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Lint script would incorrectly report success
This commit is contained in:
parent
bd61555698
commit
3af4f267b3
@ -13,7 +13,7 @@ PYLINT_STATUS=$?
|
||||
|
||||
if [ $FLAKE8_STATUS -eq 0 ]
|
||||
then
|
||||
exit $FLAKE8_STATUS
|
||||
else
|
||||
exit $PYLINT_STATUS
|
||||
else
|
||||
exit $FLAKE8_STATUS
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user