Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Oct 17, 2023
1 parent 5f4e5f2 commit 036c01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydicer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ def download_and_extract_zip_file(zip_url, output_directory):
"""

with tempfile.TemporaryDirectory() as temp_dir:
temp_dir = Path(temp_dir)
temp_file = temp_dir.joinpath("tmp.zip")

with urllib.request.urlopen(zip_url) as dl_file:
Expand Down

0 comments on commit 036c01e

Please sign in to comment.