fix: remove set -e to avoid arithmetic exit-code trap

This commit is contained in:
张宗平
2026-06-11 21:53:08 +08:00
parent 85c595367e
commit 7866a6b629
+1 -1
View File
@@ -10,7 +10,7 @@
#
# 管道: inject → detect-batch → render-algo → montage
set -euo pipefail
set -uo pipefail
BUILTIN_DIR="${1:-../../datasets/builtin}"
OUTPUT="${2:-render_compare}"