This commit is contained in:
Zsolt Ero
2024-01-11 12:51:16 +01:00
parent f9431fb10d
commit 28d0514f0c
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ def download_styles(assets_dir: Path):
def download_sprites(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' sprites_dir = assets_dir / 'sprites'

View File

@@ -128,7 +128,7 @@ def write_tile_files(c, *, dir_path):
def assert_all_tiles_present(mbtiles_path, dir_path): def assert_all_tiles_present(mbtiles_path, dir_path):
""" """
If it's a full planet run, 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: if 'planet' in mbtiles_path.resolve().parent.name: