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

Vratislav Podzimek vpodzime at redhat.com
Tue Sep 10 15:53:41 UTC 2013


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/exception.py | 1 +
 1 file changed, 1 insertion(+)

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",
-- 
1.7.11.7



More information about the anaconda-patches mailing list