Merge "Report correct return value from pep8 check"

This commit is contained in:
Jenkins 2012-11-13 13:15:15 +00:00 committed by Gerrit Code Review
commit 241ee819f1

View File

@ -129,7 +129,7 @@ function run_pylint {
function run_pep8 {
echo "Running pep8 ..."
${command_wrapper} pep8 $included_dirs || true
${command_wrapper} pep8 $included_dirs
}
function run_sphinx {