From b4e91ac9f9665c9bf2a3a62d17b83414a60e0611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabine=20Schr=C3=B6der?= <s.schroeder@fz-juelich.de> Date: Sun, 14 Feb 2021 16:24:54 +0100 Subject: [PATCH] #11: again (still investigating why CI does not run on Gitlab server) --- toardb/stationmeta/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toardb/stationmeta/schemas.py b/toardb/stationmeta/schemas.py index c34dfdf..a18b531 100644 --- a/toardb/stationmeta/schemas.py +++ b/toardb/stationmeta/schemas.py @@ -429,7 +429,7 @@ class StationmetaGlobalServiceBase(BaseModel): result_type: int = Field(..., description="Result type") result_nvalues: int = Field(..., description="Expected number of return values (1-16)") service_valid_year: int = Field(..., description="Year for which metadata are returned from this service URL or null if undefined") - service_url: str = Field(..., description="Service URL with %LAT% and %LON% placeholders to enter station or point location in floating point degrees") + service_url: str = Field(..., description="Service URL with %%LAT%% and %%LON%% placeholders to enter station or point location in floating point degrees") class StationmetaGlobalServiceCreate(StationmetaGlobalServiceBase): -- GitLab