[master][PATCH] Make sure XklWrapper isn't dumped to the anaconda-tb file

Chris Lumens clumens at redhat.com
Tue Sep 10 15:56:19 UTC 2013


> diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
> index 651358c..7c80ca7 100644
> --- a/pyanaconda/exception.py
> +++ b/pyanaconda/exception.py
> @@ -208,6 +208,7 @@ def initExceptionHandling(anaconda):
>                    programArch=os.uname()[4],
>                    attrSkipList=["_intf._actions",
>                                  "_intf._currentAction._xklwrapper",
> +                                "_intf._currentAction._spokes[\"KeyboardSpoke\"]._xkl_wrapper",
>                                  "_intf._currentAction.language.translations",
>                                  "_intf._currentAction.language.locales",
>                                  "_intf._currentAction._spokes[\"PasswordSpoke\"]._oldweak",

Thanks for catching this.  It really speeds up displaying the traceback
window.

- Chris


More information about the anaconda-patches mailing list