summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-06-15 12:17:42 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-06-15 12:17:42 -0700
commit4c42495e20c29b20a2e3ec75cdaf005f45ad256d (patch)
tree2f7d048984074defe75a3ed871965db08adee4b7
parent02ea3b5004104fd181e9d72b5c076684721beb0f (diff)
downloadcloud-init-4c42495e20c29b20a2e3ec75cdaf005f45ad256d.tar.gz
Remove /bin from run-pyflakes
-rwxr-xr-xtools/run-pyflakes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-pyflakes b/tools/run-pyflakes
index 4bea17f4..b3759a94 100755
--- a/tools/run-pyflakes
+++ b/tools/run-pyflakes
@@ -3,7 +3,7 @@
PYTHON_VERSION=${PYTHON_VERSION:-2}
CR="
"
-pycheck_dirs=( "cloudinit/" "bin/" "tests/" "tools/" )
+pycheck_dirs=( "cloudinit/" "tests/" "tools/" )
set -f
if [ $# -eq 0 ]; then