From a1dcc6a2e3afe8c649c05273955331b97aa50c41 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Jun 2007 00:06:53 +0200 Subject: * finalized chanagelog * fixed bug in tests/pkgrecords.py --- tests/pkgrecords.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/pkgrecords.py b/tests/pkgrecords.py index 8bfe4b82..d0616d29 100644 --- a/tests/pkgrecords.py +++ b/tests/pkgrecords.py @@ -21,6 +21,8 @@ def main(): #print "no available version, cruft" continue version = depcache.GetCandidateVer(pkg) + if not version: + continue file, index = version.FileList.pop(0) if records.Lookup((file,index)): #print records.FileName -- cgit v1.2.3