This commit is contained in:
Zsolt Ero
2024-09-10 23:49:50 +02:00
parent f48ab6f4a6
commit 9904a9c039

View File

@@ -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