This commit is contained in:
Zsolt Ero
2024-01-02 19:43:42 +01:00
parent 9bb2c07818
commit 4803730d80
3 changed files with 17 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ def download(area: str, version: str, runs_dir: Path) -> bool:
check=True,
)
subprocess.run(['unpigz', temp_dir / 'tiles.btrfs.gz'])
subprocess.run(['unpigz', temp_dir / 'tiles.btrfs.gz'], check=True)
btrfs_src = temp_dir / 'tiles.btrfs'
shutil.rmtree(version_dir, ignore_errors=True)