Skip to content

Commit

Permalink
Missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Aug 29, 2023
1 parent 8fd35d5 commit 4318c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/buildops.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def file_extract(archive, env, cwd="."):
if path.suffix == ".zip":
LOGGER.debug("Extracting {0} to {1}".format(archive, cwd))
LOGGER.info("Desperate times...")
cmd(["unzip", "-q", join(cwd, archive)], cwd=cwd)
cmd(["unzip", "-q", join(cwd, archive)], cwd=cwd, env=env)
# with ZipFile(path, "r") as compressed_file:
# for file_info in compressed_file.infolist():
# _extract_one_file_from_zip(
Expand Down

0 comments on commit 4318c28

Please sign in to comment.