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:
parent
c318aa7467
commit
ddca783309
@ -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/*`"
|
||||
|
Loading…
Reference in New Issue
Block a user