Skip to content

Commit 4c8592b

Browse files
committed
excape in fstring
1 parent df576ff commit 4c8592b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/project_types/base/tile_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, tile_server_dict):
2121
# check if url contains the right place holders
2222
if not self.check_imagery_url():
2323
raise CustomError(
24-
f"The imagery url '{self.url}' must contain {x}, {y} and {z} or "
24+
f"The imagery url {self.url} must contain {{x}}, {{y}} and {{z}} or "
2525
"the {quad_key} placeholders."
2626
)
2727

0 commit comments

Comments
 (0)