Skip to content

Commit

Permalink
Exit if md5 checksum is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed Mar 29, 2024
1 parent f0544d4 commit f125683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meteor/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ def execute(self) -> None:
)
except AssertionError:
logging.error("MD5sum of %s has a different value than expected", catalogue)
sys.exit(1)

Check warning on line 160 in meteor/downloader.py

View check run for this annotation

Codecov / codecov/patch

meteor/downloader.py#L160

Added line #L160 was not covered by tests

0 comments on commit f125683

Please sign in to comment.