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

[dak/master] dak/check_archive.py: multi-archive adjustment for check_checksums()



Locations went away with the multi-archive changes, but
check_checksums() was still using them.

Reported-by: Matthias Klumpp <mak@debian.org>
---
 dak/check_archive.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dak/check_archive.py b/dak/check_archive.py
index 6f16aec..926b4fb 100755
--- a/dak/check_archive.py
+++ b/dak/check_archive.py
@@ -274,7 +274,7 @@ def check_checksums():
 
     print "Checking file checksums & sizes..."
     for f in q:
-        filename = os.path.abspath(os.path.join(f.location.path, f.filename))
+        filename = f.fullpath
 
         try:
             fi = utils.open_file(filename)
-- 
1.7.10.4


Reply to: