提交 dd06e01b 编写于 作者: L Luca Falavigna

Fix variable name in parse_checksum function (Closes: #658525)

Signed-off-by: NLuca Falavigna <dktrkranz@debian.org>
上级 0c9e689e
......@@ -526,8 +526,7 @@ def parse_checksums(where, files, manifest, hashname):
files[checkfile][hash_key(hashname)] = checksum
for f in files.keys():
if not files[f].has_key(hash_key(hashname)):
rejmsg.append("%s: no entry in checksums-%s in %s" % (checkfile,
hashname, where))
rejmsg.append("%s: no entry in checksums-%s in %s" % (f, hashname, where))
return rejmsg
################################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册