[PATCH 5/7] Remove no-longer-needed _ready attribute from the software spoke.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/ui/gui/spokes/software.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
index 4778997..6444811 100644
--- a/pyanaconda/ui/gui/spokes/software.py
+++ b/pyanaconda/ui/gui/spokes/software.py
@@ -42,7 +42,6 @@ class SoftwareSelectionSpoke(NormalSpoke):
 
     def __init__(self, *args, **kwargs):
         NormalSpoke.__init__(self, *args, **kwargs)
-        self._ready = False
         self._error = False
 
         self.selectedGroups = []
@@ -104,7 +103,7 @@ class SoftwareSelectionSpoke(NormalSpoke):
         # becasue the user filled something out, or because we're done fetching
         # repo metadata from the mirror list, or we detected a DVD/CD.
         from pyanaconda.threads import threadMgr
-        return (self._ready and not threadMgr.get("AnaPayloadMDThread") and
+        return (not threadMgr.get("AnaPayloadMDThread") and
                 not threadMgr.get("AnaCheckSoftwareThread") and
                 self.payload.baseRepo is not None)
 
@@ -151,7 +150,6 @@ class SoftwareSelectionSpoke(NormalSpoke):
 
             self.payload.release()
 
-        self._ready = True
         communication.send_ready(self.__class__.__name__)
 
     def refresh(self):
-- 
1.7.7.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux