The smallest promotion

This commit is contained in:
firestar5683
2026-08-10 22:53:46 -05:00
parent d938c9daa6
commit 6bd48c28e8
582 changed files with 64651 additions and 17100 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def uses_combined_driving_artifacts(version: str | None) -> bool:
def is_supported_artifact_format(artifact_format: str | None) -> bool:
# v22 manifests are unified by definition. Keep the explicit field optional
# Unified manifests are the default. Keep the explicit field optional
# for compatibility with generated or externally hosted entries.
return str(artifact_format or "").strip() in {"", UNIFIED_ARTIFACT_FORMAT}