diff --git a/scripts/podx-tools.sh b/scripts/podx-tools.sh index 680339a..59bd038 100755 --- a/scripts/podx-tools.sh +++ b/scripts/podx-tools.sh @@ -380,7 +380,7 @@ PY <<<"$json")" # Fallback: if the list contains exactly one KB, use its id if [ -z "$id" ]; then - id="$(printf '%s' "$json" | python3 - <<'PY' || true + id="$(printf '%s' "$json" | python3 - <<'PY' import sys, json raw=sys.stdin.read().strip() try: