Signed-off-by: Vratislav Podzimek vpodzime@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",
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
On Tue, 2013-09-10 at 11:56 -0400, Chris Lumens wrote:
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.
I take it as ACK. :) By the way, it also prevents bugzilla from considering the anaconda-tb attachment a binary blob instead of text/plain due to a reduced size.
anaconda-patches@lists.fedorahosted.org