diff --git a/script/lint b/script/lint index c8b65f99677..75667ef88a4 100755 --- a/script/lint +++ b/script/lint @@ -13,7 +13,7 @@ PYLINT_STATUS=$? if [ $FLAKE8_STATUS -eq 0 ] then - exit $FLAKE8_STATUS -else exit $PYLINT_STATUS +else + exit $FLAKE8_STATUS fi