mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 01:04:01 +08:00
The smallest promotion
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user