Accept non-zero exit codes from pycodestyle

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 594ac576b9
commit 6bc776daf1
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -22,7 +22,7 @@ if [ $err = 0 ] && [ "x$1" = "x--with-coverage" ]; then
echo
python3-coverage html -d coverage
mkdir codestyle
pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt
pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt || :
fi
exit $err

Loading…
Cancel
Save