[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix variable name in parse_checksum function (Closes: #658525)



Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
---
 daklib/utils.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/daklib/utils.py b/daklib/utils.py
index 5e702b0..9afd420 100755
--- a/daklib/utils.py
+++ b/daklib/utils.py
@@ -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
 
 ################################################################################
-- 
1.7.2.5


Reply to: