fix: fitness.sh individual-scoring path still silences errors (#766)
This commit is contained in:
parent
a734c5b3f6
commit
ab40930812
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ PYEOF
|
|||
) || SCORE=0
|
||||
else
|
||||
# Anvil mode (or revm fallback): score candidate individually.
|
||||
SCORE=$(bash "$FITNESS_SH" "$CAND_FILE" 2>/dev/null) || FITNESS_EC=$?
|
||||
SCORE=$(bash "$FITNESS_SH" "$CAND_FILE") || FITNESS_EC=$?
|
||||
|
||||
# Exit 2 = infrastructure error (Anvil down, missing tools): abort immediately.
|
||||
if [ "$FITNESS_EC" -eq 2 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue