fix: 一个小补丁

This commit is contained in:
infinitycat
2025-05-01 01:18:00 +08:00
parent 77f9357e25
commit 5141862cf3

View File

@@ -37,7 +37,7 @@ echo "============================"
run_python_script() { run_python_script() {
local script_name=$1 local script_name=$1
echo "🔄 Running $script_name" echo "🔄 Running $script_name"
if ! python3 "scripts/$script_name"; then if ! python3 "$SCRIPTS_DIR/$script_name"; then
echo "$script_name failed" >&2 echo "$script_name failed" >&2
exit 1 exit 1
fi fi