[PATCH] Display the reason for payloadInstallHandler error

Vratislav Podzimek vpodzime at redhat.com
Tue Mar 19 10:22:07 UTC 2013


On Mon, 2013-03-18 at 17:11 -0700, Brian C. Lane wrote:
> 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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list