Skip to content

Commit be0c47f

Browse files
committed
Merge remote-tracking branch 'skwash/develop' into develop
Conflicts: pip/download.py
2 parents 1f0ea5f + 16bea23 commit be0c47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip/download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def _check_hash(download_hash, link):
444444
raise HashMismatch('Hash name mismatch for package %s' % link)
445445
if download_hash.hexdigest() != link.hash:
446446
logger.fatal("Hash of the package %s (%s) doesn't match the expected hash %s!"
447-
% (link, download_hash, link.hash))
447+
% (link, download_hash.hexdigest(), link.hash))
448448
raise HashMismatch('Bad %s hash for package %s' % (link.hash_name, link))
449449

450450

0 commit comments

Comments
 (0)