From 8c82ecffcfd618dc22e6ce4bc753371aba060919 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 31 Mar 2012 20:15:18 +0200 Subject: [PATCH] The location of the db has changed. Changing hack too. --- python/pakfire/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pakfire/actions.py b/python/pakfire/actions.py index 1e37f6069..d1e1fba2f 100644 --- a/python/pakfire/actions.py +++ b/python/pakfire/actions.py @@ -326,7 +326,7 @@ class ActionRemove(Action): Action.__init__(self, *args, **kwargs) # XXX This is ugly, but works for the moment. - self.pkg = self.local.index.db.get_package_from_solv(self.pkg_solv) + self.pkg = self.local.db.get_package_from_solv(self.pkg_solv) assert self.pkg def check(self, check): -- 2.39.5