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: NMatthias Klumpp <mak@debian.org>
上级 d3d826b9
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册