diff options
-rwxr-xr-x | tests/code_analysis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/code_analysis.sh b/tests/code_analysis.sh index 052ddcdf2..118bee0da 100755 --- a/tests/code_analysis.sh +++ b/tests/code_analysis.sh @@ -14,4 +14,4 @@ pep8 pyload > pep8.txt echo "Running pylint" -pylint --reports=no pyload > pylint.txt || return 0
\ No newline at end of file +pylint --reports=no pyload > pylint.txt || exit 0
\ No newline at end of file |