Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 16, 2024
1 parent 1d7134e commit bf89b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_helper/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ def releases(cfg: dict) -> None:
os.makedirs(firmware_path)
firmware_archive_path = dl_artifact(f"firmware-{cfg['name']}", firmware_path)
with zipfile.ZipFile(firmware_archive_path, "r") as zip_ref:
zip_ref.extractall(firmware_path)
zip_ref.extractall(firmware_path) # noqa: S202

0 comments on commit bf89b6f

Please sign in to comment.