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
This commit is contained in:
Aaron Lee 2012-02-14 10:42:00 -06:00
parent c318aa7467
commit ddca783309

View File

@ -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/*`"