Fix multi-sample manifest aggregation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user