mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Fixed: Mixed Expected/Found checksums on error? #40
This commit is contained in:
parent
9663ce741c
commit
217d3f78ae
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ def check_md5(pkg_md5, src_file):
|
|||
src_file.split("/")[-1], _meta_.color["RED"],
|
||||
_meta_.color["ENDC"]))
|
||||
Msg().template(78)
|
||||
print("| Expected: {0}".format(md5s))
|
||||
print("| Found: {0}".format(pkg_md5))
|
||||
print("| Expected: {0}".format(pkg_md5))
|
||||
print("| Found: {0}".format(md5s))
|
||||
Msg().template(78)
|
||||
print("")
|
||||
if not Msg().answer() in ["y", "Y"]:
|
||||
|
|
Loading…
Add table
Reference in a new issue