From 6a230c3f8faee85e6e92cfbd72c1f1e8944e48ee Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Mon, 8 Sep 2025 12:52:40 +0200 Subject: [PATCH] Fix again --- scripts/podx-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: