From: Zac Medico Date: Tue, 1 Jul 2008 05:22:57 +0000 (-0000) Subject: add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsRegistry... X-Git-Tag: v2.2_rc2~263 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28fbecadc0b0fce93df1cc7f7c7b5bf2e4b8fc73;p=portage.git add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsRegistry.__init__() svn path=/main/trunk/; revision=10862 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 38fa50c4a..cd1e1ddca 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -46,7 +46,8 @@ class PreservedLibsRegistry(object): self._filename = filename self._autocommit = autocommit self.load() - + self.pruneNonExisting() + def load(self): """ Reload the registry data from file """ try: