mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
typo
This commit is contained in:
@@ -218,7 +218,7 @@ def create_latest_locations(*, local: str, domain: str) -> str:
|
||||
|
||||
# checking mnt dir
|
||||
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():
|
||||
print(f' error with latest: {mnt_file} does not exist')
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user