This commit is contained in:
Zsolt Ero
2024-09-16 13:44:04 +02:00
parent ed667c5427
commit e3a85349ce
2 changed files with 5 additions and 1 deletions

View File

@@ -56,7 +56,9 @@ def make_btrfs(run_folder: Path):
stderr=err,
)
os.unlink('tiles.mbtiles')
# remove mbtiles, only keep the btrfs file
# disabled for now, saving both files currently
# os.unlink('tiles.mbtiles')
shutil.copy('mnt_rw/extract/osm_date', '.')