Skip to content

Commit

Permalink
fix: return location after downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 26, 2024
1 parent fd36bcc commit 22d03c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgsync/distros/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def _download_one(self, url, checksum):
location.flush()

self.verify_checksum(location, url, checksum, url)
return location

def verify_checksum(self, location, name, checksum, url):
"""Verify the image's checksum."""
Expand Down

0 comments on commit 22d03c3

Please sign in to comment.