aboutsummaryrefslogtreecommitdiff
path: root/dev_scripts
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-07-06 10:13:13 +0100
committerMarc Bonnici <marc.bonnici@arm.com>2018-07-06 14:39:41 +0100
commit4a10ea10656a06bb13862af518d84491972fe67d (patch)
treec5e33ac99d3c43331d47278a165790bf3be021e5 /dev_scripts
parent925bc8b71933ae6fe8e941ae196fda335d7ba2fc (diff)
dev_scripts/pep8: Update error message to flake8
Diffstat (limited to 'dev_scripts')
-rwxr-xr-xdev_scripts/pep82
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_scripts/pep8 b/dev_scripts/pep8
index b2ab107c..ee510459 100755
--- a/dev_scripts/pep8
+++ b/dev_scripts/pep8
@@ -10,7 +10,7 @@ IGNORE=E501,E265,E266,W391,E401,E402,E731,W504,W605,F401
if ! hash flake8 2>/dev/null; then
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
fi