Skip to content

Commit

Permalink
Fix regression introduced by e922881
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 27, 2024
1 parent 820695c commit d62ba53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/custompios_core/base_image_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def download_http(url: str, checksum_argument: str, dest_folder: str, checksum_t
# We need to get the checksum as one of ChecksumType enum, the result goes in to online_checksum
online_checksum = None
if checksum_type == ChecksumType.URL:
print(checksum_type)
exit(1)
_, headers_checksum = urllib.request.urlretrieve(checksum_argument, temp_file_checksum, download_progress.show_progress)
file_name_checksum = get_file_name(headers_checksum, checksum_argument)

Expand Down

0 comments on commit d62ba53

Please sign in to comment.