mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
typo
This commit is contained in:
@@ -218,7 +218,7 @@ def create_latest_locations(*, local: str, domain: str) -> str:
|
|||||||
|
|
||||||
# checking mnt dir
|
# checking mnt dir
|
||||||
mnt_dir = Path(f'/mnt/ofm/{area}-{version}')
|
mnt_dir = Path(f'/mnt/ofm/{area}-{version}')
|
||||||
mnt_file = mnt_dir / ' metadata.json'
|
mnt_file = mnt_dir / 'metadata.json'
|
||||||
if not mnt_file.is_file():
|
if not mnt_file.is_file():
|
||||||
print(f' error with latest: {mnt_file} does not exist')
|
print(f' error with latest: {mnt_file} does not exist')
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user