[master] Check ready state before baseRepo (#1007448)

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu Sep 12 17:54:34 UTC 2013


Ack, though Related:#1001538.

On Thu, Sep 12, 2013 at 10:53:10AM -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> ---
>  pyanaconda/ui/gui/spokes/source.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/gui/spokes/source.py b/pyanaconda/ui/gui/spokes/source.py
> index 8188667..bc72564 100644
> --- a/pyanaconda/ui/gui/spokes/source.py
> +++ b/pyanaconda/ui/gui/spokes/source.py
> @@ -473,7 +473,7 @@ class SourceSpoke(NormalSpoke):
>          if flags.automatedInstall and (not self.data.method.method or not self.payload.baseRepo):
>              return False
>          else:
> -            return not self._error and self.status and (self.data.method.method or self.payload.baseRepo)
> +            return not self._error and self.ready and (self.data.method.method or self.payload.baseRepo)
>  
>      @property
>      def mandatory(self):
> -- 
> 1.8.3.1
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list