1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-20 17:50:49 +01:00

dev_scripts/pep8: Update error message to flake8

This commit is contained in:
Marc Bonnici 2018-07-06 10:13:13 +01:00
parent 925bc8b719
commit 4a10ea1065

View File

@ -10,7 +10,7 @@ IGNORE=E501,E265,E266,W391,E401,E402,E731,W504,W605,F401
if ! hash flake8 2>/dev/null; then if ! hash flake8 2>/dev/null; then
echo "flake8 not found in PATH" echo "flake8 not found in PATH"
echo "you can install it with \"sudo pip install pep8\"" echo "you can install it with \"sudo pip install flake8\""
exit 1 exit 1
fi fi