From 8b6bdd038f5930c94478083ebca3585cb3a4fc78 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 5 Nov 2024 18:45:14 +0100 Subject: [PATCH] Update pyarmor_encoded_files.sh --- tests/pyarmor_encoded_files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pyarmor_encoded_files.sh b/tests/pyarmor_encoded_files.sh index bff25f43..446669f2 100644 --- a/tests/pyarmor_encoded_files.sh +++ b/tests/pyarmor_encoded_files.sh @@ -67,3 +67,5 @@ if [[ ${#unencoded_files[@]} -gt 0 ]]; then else echo "✓ All Python files are properly encoded with PyArmor!" fi + +rm -rf /usr/local/panel/panel >/dev/null 2>&1