From be6124241afda39a5e8df066727af0e8c972f60d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 18 Feb 2019 11:27:31 -0500 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_Contribution.md b/Development_Contribution.md index fd5f645..f645577 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -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