[PATCH] Display the reason for payloadInstallHandler error

Brian C. Lane bcl at redhat.com
Tue Mar 19 00:11:01 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/errors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/errors.py b/pyanaconda/errors.py
index 5011683..815a930 100644
--- a/pyanaconda/errors.py
+++ b/pyanaconda/errors.py
@@ -216,7 +216,7 @@ class ErrorHandler(object):
         else:
             message = _("The following error occurred while installing.  This is "
                         "a fatal error and installation will be aborted.")
-            message += "\n\n" + str(kwargs["exception"])
+        message += "\n\n" + str(kwargs["exception"])
 
         self.ui.showError(message)
         return ERROR_RAISE
-- 
1.8.1.4



More information about the anaconda-patches mailing list