More fixes
This commit is contained in:
parent
15fa09430b
commit
6b12e21d50
54 changed files with 1665 additions and 630 deletions
|
|
@ -37,4 +37,4 @@ def extract_zip(zip_path: Path, extract_dir: Path) -> None:
|
|||
"""Extract a ZIP archive into the given directory."""
|
||||
extract_dir.mkdir(parents=True, exist_ok=True)
|
||||
with zipfile.ZipFile(zip_path, "r") as zf:
|
||||
zf.extractall(extract_dir)
|
||||
zf.extractall(extract_dir, filter="data")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue