mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +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 ]
|
if [ $FLAKE8_STATUS -eq 0 ]
|
||||||
then
|
then
|
||||||
exit $FLAKE8_STATUS
|
|
||||||
else
|
|
||||||
exit $PYLINT_STATUS
|
exit $PYLINT_STATUS
|
||||||
|
else
|
||||||
|
exit $FLAKE8_STATUS
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user