Updated Development_Contribution (markdown)

master
Chris Caron 2019-02-18 11:27:31 -05:00
parent a89d5d9948
commit be6124241a
1 changed files with 1 additions and 1 deletions

@ -32,7 +32,7 @@ cleanup() {
cleanup
# Check for pep8
pycodestyle
flake8 . --count --show-source --statistics
if [ $? -ne 0 ]; then
echo "pep8 failed; early exit."
exit 1