diff --git a/modules/http_host/http_host_lib/mount.py b/modules/http_host/http_host_lib/mount.py index 6358b46..bdfe6f9 100644 --- a/modules/http_host/http_host_lib/mount.py +++ b/modules/http_host/http_host_lib/mount.py @@ -40,6 +40,7 @@ def create_fstab(): version_str = version.name btrfs_file = area_dir / version_str / 'tiles.btrfs' if not btrfs_file.is_file(): + print(f" {btrfs_file} doesn't exists, skipping") continue mnt_folder = config.mnt_dir / f'{area}-{version_str}'