Fix multi-sample manifest aggregation
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-13 18:33:16 +02:00
parent 598380661d
commit f3ebc8e429
2 changed files with 2 additions and 1 deletions
@@ -167,7 +167,7 @@ from pathlib import Path
output_dir = Path(sys.argv[1])
base_url = sys.argv[2]
manifest_path = sys.argv[3]
manifest_path = Path(sys.argv[3])
manifest_payload = json.loads(manifest_path.read_text(encoding="utf-8-sig"))
manifest_samples = {
str(sample.get("sample_slug") or "").lower(): sample