[PATCH 4/6] Don't run storage execution in an endless loop.

Chris Lumens clumens at redhat.com
Thu Apr 4 19:29:34 UTC 2013


---
 pyanaconda/ui/gui/spokes/storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 22cab62..17634d7 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -403,7 +403,7 @@ class StorageSpoke(NormalSpoke, StorageChecker):
                 self.run()
         finally:
             self._ready = True
-            hubQ.send_ready(self.__class__.__name__, False)
+            hubQ.send_ready(self.__class__.__name__, True)
 
     @property
     def completed(self):
-- 
1.8.1.2



More information about the anaconda-patches mailing list