diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-06-15 12:17:42 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-06-15 12:17:42 -0700 |
commit | 3d4509659b0408a8508a7be6eac8a77f10dc4c75 (patch) | |
tree | 2f7d048984074defe75a3ed871965db08adee4b7 /tools/run-pyflakes | |
parent | 417fda64958f04c705860b737787fc921b965ade (diff) | |
download | vyos-cloud-init-3d4509659b0408a8508a7be6eac8a77f10dc4c75.tar.gz vyos-cloud-init-3d4509659b0408a8508a7be6eac8a77f10dc4c75.zip |
Remove /bin from run-pyflakes
Diffstat (limited to 'tools/run-pyflakes')
-rwxr-xr-x | tools/run-pyflakes | 2 |
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 |