--- pyanaconda/yuminstall.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py index 2870b28..fa3ba72 100644 --- a/pyanaconda/yuminstall.py +++ b/pyanaconda/yuminstall.py @@ -1936,8 +1936,8 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon return def postAction(self, anaconda): - self.close() - self.closeRpmDB() + self.ayum.close() + self.ayum.closeRpmDB() iutil.resetRpmDb(anaconda.rootPath) class DownloadHeaderProgress: -- 1.7.2.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list