mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
logging
This commit is contained in:
@@ -40,6 +40,7 @@ def create_fstab():
|
|||||||
version_str = version.name
|
version_str = version.name
|
||||||
btrfs_file = area_dir / version_str / 'tiles.btrfs'
|
btrfs_file = area_dir / version_str / 'tiles.btrfs'
|
||||||
if not btrfs_file.is_file():
|
if not btrfs_file.is_file():
|
||||||
|
print(f" {btrfs_file} doesn't exists, skipping")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
mnt_folder = config.mnt_dir / f'{area}-{version_str}'
|
mnt_folder = config.mnt_dir / f'{area}-{version_str}'
|
||||||
|
|||||||
Reference in New Issue
Block a user