]> git.ipfire.org Git - pakfire.git/commitdiff
Another fix for the cleanup action (does work now).
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Mar 2011 22:35:52 +0000 (00:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Mar 2011 22:35:52 +0000 (00:35 +0200)
pakfire/transaction.py

index 5216abe505a6527a5e14fcb1b432b67995147948..9ba103c94eebaf05c5a4287bffad29d4845a77a1 100644 (file)
@@ -102,7 +102,7 @@ class ActionCleanup(Action):
                pb = self.make_progress(message, len(files))
                i = 0
 
-               for f in self.files:
+               for f in self.gen_files():
                        # Update progress if any.
                        i += 1
                        if pb: