From ddca7833094cdab57129a9d30705331f06e25840 Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Tue, 14 Feb 2012 10:42:00 -0600 Subject: [PATCH] fixes a pep8 error This does not appear to change the functionality of the file, just keeps it from angering pep8. update: Kolker's suggestion Change-Id: I6197e934e537746c9baa6a30c74c9e2df1d49836 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 45378d35..3bc16412 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -82,7 +82,7 @@ function run_pep8 { echo "Running pep8 ..." # Opt-out files from pep8 ignore_scripts="*.sh:*melange-debug:*clean-vlans" - ignore_files="*eventlet-patch:*pip-requires" + ignore_files="*eventlet-patch:*pip-requires:*test-requires" GLOBIGNORE="$ignore_scripts:$ignore_files" srcfiles=`find bin -type f ! -name "melange.conf*"` srcfiles+=" `find tools/*`"