From: Michael Tremer Date: Sat, 31 Mar 2012 18:15:18 +0000 (+0200) Subject: The location of the db has changed. Changing hack too. X-Git-Tag: 0.9.22~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c82ecffcfd618dc22e6ce4bc753371aba060919;p=pakfire.git The location of the db has changed. Changing hack too. --- 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):