path fixes

This commit is contained in:
Thephaseless 2024-10-19 20:49:50 +00:00
parent 3325e8c04c
commit b6e5cb90d1

View File

@ -85,6 +85,7 @@ def download_extentions():
continue
Path(EXTENTIONS_PATH).mkdir(exist_ok=True)
with ZipFile(io.BytesIO(zip_file.content)) as zip_obj:
if not path.joinpath(extention_name).exists():
zip_obj.extractall(f"{EXTENTIONS_PATH}/{extention_name}")
logger.debug(f"Extracted {extention_name} to {path}")