]> git.ipfire.org Git - pakfire.git/commitdiff
Fix crash when running the cleanup action.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Mar 2011 21:25:13 +0000 (23:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Mar 2011 21:25:13 +0000 (23:25 +0200)
pakfire/transaction.py

index 95445e14ccc0a23309b819b8c3e5bd5c4e8a9cc7..5216abe505a6527a5e14fcb1b432b67995147948 100644 (file)
@@ -130,7 +130,7 @@ class ActionCleanup(Action):
                if not files:
                        return
 
-               self.remove_files(_("Cleanup: %s") % pkg.name, files)
+               self.remove_files(_("Cleanup: %s") % self.pkg.name, files)
 
 
 class ActionScript(Action):