Merge "Report correct return value from pep8 check"
This commit is contained in:
commit
241ee819f1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user