From 28d0514f0c03bba9857a8c041ba2bc612b3fed64 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 11 Jan 2024 12:51:16 +0100 Subject: [PATCH] comment --- scripts/http_host/http_host_lib/download_assets.py | 2 +- scripts/tile_gen/extract_mbtiles/extract_mbtiles.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http_host/http_host_lib/download_assets.py b/scripts/http_host/http_host_lib/download_assets.py index b4696a2..131697d 100644 --- a/scripts/http_host/http_host_lib/download_assets.py +++ b/scripts/http_host/http_host_lib/download_assets.py @@ -53,7 +53,7 @@ def download_styles(assets_dir: Path): def download_sprites(assets_dir: Path): """ - Download and extract sprites if the version is not available + Download and extract sprites if a version is not available locally """ sprites_dir = assets_dir / 'sprites' diff --git a/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py b/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py index 4be1a04..9d1452a 100755 --- a/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py +++ b/scripts/tile_gen/extract_mbtiles/extract_mbtiles.py @@ -128,7 +128,7 @@ def write_tile_files(c, *, dir_path): def assert_all_tiles_present(mbtiles_path, dir_path): """ If it's a full planet run, - ake sure there are exactly the right number of files generated. + make sure there are exactly the right number of files generated. """ if 'planet' in mbtiles_path.resolve().parent.name: