Skip to content

Commit 7f3182a

Browse files
author
Andrei Neagu
committed
copilot review
1 parent a3442d0 commit 7f3182a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/models-library/src/models_library/service_settings_labels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ class PathMappingsLabel(BaseModel):
203203
legacy_state: LegacyState | None = Field(
204204
None,
205205
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."
206+
"if present, the service needs to first try to download the legacy state"
207+
"coming from a different path."
208208
),
209209
)
210210

0 commit comments

Comments
 (0)