From df51e2e7228c2b56f8304aafc7893fb329678885 Mon Sep 17 00:00:00 2001 From: Deda Date: Sun, 25 Feb 2024 21:08:37 +0100 Subject: [PATCH] Fix code analysis --- tests/code_analysis/python_code_analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/code_analysis/python_code_analysis.sh b/tests/code_analysis/python_code_analysis.sh index 7833f444d..7352c2454 100755 --- a/tests/code_analysis/python_code_analysis.sh +++ b/tests/code_analysis/python_code_analysis.sh @@ -16,7 +16,7 @@ while [[ "$#" -gt 0 ]]; do ;; *) echo "Error: Unknown flag '$1'" - shift 2 + exit 1 ;; esac done