--- pyanaconda/ui/gui/spokes/software.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py index 6444811..7bfd040 100644 --- a/pyanaconda/ui/gui/spokes/software.py +++ b/pyanaconda/ui/gui/spokes/software.py @@ -109,9 +109,13 @@ class SoftwareSelectionSpoke(NormalSpoke): @property def status(self): + from pyanaconda.threads import threadMgr if self._error: return _("Error checking software selection") + if threadMgr.get("AnaPayloadMDThread") or self.payload.baseRepo is None: + return _("Software source not set up") + row = self._get_selected_desktop() if not row: return _("Nothing selected") -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list