We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3442d0 commit 7f3182aCopy full SHA for 7f3182a
packages/models-library/src/models_library/service_settings_labels.py
@@ -203,8 +203,8 @@ class PathMappingsLabel(BaseModel):
203
legacy_state: LegacyState | None = Field(
204
None,
205
description=(
206
- "if present, the service needs to first try todownload the legacy state "
207
- "from the s3_ardhive and copy it over to the new_state_path."
+ "if present, the service needs to first try to download the legacy state"
+ "coming from a different path."
208
),
209
)
210
0 commit comments