summaryrefslogtreecommitdiff
path: root/tools/run-pyflakes
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
commit3d4509659b0408a8508a7be6eac8a77f10dc4c75 (patch)
tree2f7d048984074defe75a3ed871965db08adee4b7 /tools/run-pyflakes
parent417fda64958f04c705860b737787fc921b965ade (diff)
downloadvyos-cloud-init-3d4509659b0408a8508a7be6eac8a77f10dc4c75.tar.gz
vyos-cloud-init-3d4509659b0408a8508a7be6eac8a77f10dc4c75.zip
Remove /bin from run-pyflakes
Diffstat (limited to 'tools/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