mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-08 00:01:30 +00:00
Accept non-zero exit codes from pycodestyle
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
594ac576b9
commit
6bc776daf1
@ -22,7 +22,7 @@ if [ $err = 0 ] && [ "x$1" = "x--with-coverage" ]; then
|
|||||||
echo
|
echo
|
||||||
python3-coverage html -d coverage
|
python3-coverage html -d coverage
|
||||||
mkdir codestyle
|
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
|
fi
|
||||||
|
|
||||||
exit $err
|
exit $err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user