From e233c3868d980496b4fbe3d9b7f928084e21160d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Tue, 25 Apr 2017 17:02:06 +0100 Subject: [PATCH] Added some whitespace --- scripts/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 584ff8e5a..0813f2b2e 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -27,6 +27,7 @@ function display_result { if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then source ./venv/bin/activate fi + pycodestyle . display_result $? 1 "Code style check"