remove unbound variable
This commit is contained in:
parent
a14530f29c
commit
b3fc2dd2ae
@ -83,7 +83,7 @@ function run_pep8 {
|
||||
# Opt-out files from pep8
|
||||
ignore_scripts="*.sh:*melange-debug:*clean-vlans"
|
||||
ignore_files="*eventlet-patch:*pip-requires"
|
||||
GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs"
|
||||
GLOBIGNORE="$ignore_scripts:$ignore_files"
|
||||
srcfiles=`find bin -type f ! -name "melange.conf*"`
|
||||
srcfiles+=" `find tools/*`"
|
||||
srcfiles+=" setup.py bin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user