[master][PATCH] Fix filtering the _storage_playground out

Vratislav Podzimek vpodzime at redhat.com
Mon Mar 24 14:53:05 UTC 2014


Dumping Blivet instance takes quite a lot of time and makes Anaconda's GUI
unresponsive for a long time before python-meh's window appears.

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

diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index a06b51e..0786335 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -234,7 +234,7 @@ def initExceptionHandling(anaconda):
                                 "_intf._currentAction._xklwrapper",
                                 "_intf._currentAction._spokes[\"KeyboardSpoke\"]._xkl_wrapper",
                                 "_intf._currentAction._storage_playground",
-                                "_intf._currentAction._spokes[\"CustomSpoke\"]._storage_playground",
+                                "_intf._currentAction._spokes[\"CustomPartitioningSpoke\"]._storage_playground",
                                 "_intf._currentAction.language.translations",
                                 "_intf._currentAction.language.locales",
                                 "_intf._currentAction._spokes[\"PasswordSpoke\"]._oldweak",
-- 
1.8.5.3



More information about the anaconda-patches mailing list