mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +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"],
|
src_file.split("/")[-1], _meta_.color["RED"],
|
||||||
_meta_.color["ENDC"]))
|
_meta_.color["ENDC"]))
|
||||||
Msg().template(78)
|
Msg().template(78)
|
||||||
print("| Expected: {0}".format(md5s))
|
print("| Expected: {0}".format(pkg_md5))
|
||||||
print("| Found: {0}".format(pkg_md5))
|
print("| Found: {0}".format(md5s))
|
||||||
Msg().template(78)
|
Msg().template(78)
|
||||||
print("")
|
print("")
|
||||||
if not Msg().answer() in ["y", "Y"]:
|
if not Msg().answer() in ["y", "Y"]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue