mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
shrink btrfs
This commit is contained in:
@@ -55,7 +55,7 @@ def write_dedupl_files(c, *, dir_path):
|
||||
dedupl_path.parent.mkdir(parents=True, exist_ok=True)
|
||||
with open(dedupl_path, 'wb') as fp:
|
||||
fp.write(row[1])
|
||||
print(f'written dedupl file {i}/{total}: {dedupl_id}')
|
||||
print(f'written dedupl file {i}/{total}')
|
||||
|
||||
|
||||
def write_tile_file(c, *, dir_path):
|
||||
|
||||
Reference in New Issue
Block a user