From 91059352640965765afd2e97ac37656e445927cf Mon Sep 17 00:00:00 2001 From: termie Date: Mon, 14 Nov 2011 10:08:35 -0800 Subject: don't pep8 swp files --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 2f6fe3ba..621a6efa 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -85,7 +85,7 @@ function run_pep8 { ignore_files="*eventlet-patch:*pip-requires" ignore_dirs="*ajaxterm*" GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs" - srcfiles=`find bin -type f` + srcfiles=`find bin -type f ! -name .*.swp` srcfiles+=" keystonelight" # Just run PEP8 in current environment ${wrapper} pep8 --repeat --show-pep8 --show-source \ -- cgit