From: Michael Tremer Date: Thu, 31 Mar 2011 22:35:52 +0000 (+0200) Subject: Another fix for the cleanup action (does work now). X-Git-Tag: 0.9.3~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60d56af11d99605911c45c86a08627603aad0fff;p=pakfire.git Another fix for the cleanup action (does work now). --- diff --git a/pakfire/transaction.py b/pakfire/transaction.py index 5216abe50..9ba103c94 100644 --- a/pakfire/transaction.py +++ b/pakfire/transaction.py @@ -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: