From 470a030b2ae1da3c9e3a2a7d9106060454bbd691 Mon Sep 17 00:00:00 2001 From: Ian Wells Date: Thu, 5 May 2011 11:23:57 -0600 Subject: [PATCH 07/17] Log yum errors don't bother user with them --- yuminstall.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yuminstall.py b/yuminstall.py index 4d1e2b4..8505120 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -774,9 +774,9 @@ class AnacondaYum(YumSorter): "detailed information.") log.error(msg) - if not self.anaconda.isKickstart: - intf.messageWindow(_("Error running transaction"), - msg, type="warning") + #if not self.anaconda.isKickstart: + # intf.messageWindow(_("Error running transaction"), + # msg, type="warning") def doMacros(self): for (key, val) in self.macros.items(): -- 1.7.1