summaryrefslogtreecommitdiff
path: root/tools/run-pyflakes
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-15 21:09:45 -0400
committerScott Moser <smoser@ubuntu.com>2016-06-15 21:09:45 -0400
commit333130a7ac9df5e698d82dec2cb6e8e44ba1432b (patch)
tree0dd495cdf7b063527a147d2f0b6e9f6be5442f75 /tools/run-pyflakes
parent4f989cc595775ab6b06fac604218d77910f3e4f4 (diff)
parent412d5d34c424da0f5c291e9f9e706098c541017c (diff)
downloadvyos-cloud-init-333130a7ac9df5e698d82dec2cb6e8e44ba1432b.tar.gz
vyos-cloud-init-333130a7ac9df5e698d82dec2cb6e8e44ba1432b.zip
merge with trunk
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