fix: remove set -e to avoid arithmetic exit-code trap
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# 管道: inject → detect-batch → render-algo → montage
|
# 管道: inject → detect-batch → render-algo → montage
|
||||||
|
|
||||||
set -euo pipefail
|
set -uo pipefail
|
||||||
|
|
||||||
BUILTIN_DIR="${1:-../../datasets/builtin}"
|
BUILTIN_DIR="${1:-../../datasets/builtin}"
|
||||||
OUTPUT="${2:-render_compare}"
|
OUTPUT="${2:-render_compare}"
|
||||||
|
|||||||
Reference in New Issue
Block a user