diff --git a/scripts/podx-tools.sh b/scripts/podx-tools.sh index 6d6e26e..e6bf8ac 100755 --- a/scripts/podx-tools.sh +++ b/scripts/podx-tools.sh @@ -136,7 +136,7 @@ _kb_id_by_name() { fi local json; json="$(_owui_get_kb_list)" local __id="" - __id=$(printf '%s' "$json" | python3 - "$kb_name" <<'PY' || true + __id=$(printf '%s' "$json" | python3 - "$kb_name" <<'PY' import sys, json, unicodedata as ud def norm(s: str) -> str: