[PATCH master] Fix typo in nm_is_connected method check.

Anne Mulhern amulhern at redhat.com
Fri Apr 4 12:59:28 UTC 2014





----- Original Message -----
> From: "Radek Vykydal" <rvykydal at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Friday, April 4, 2014 8:17:44 AM
> Subject: [PATCH master] Fix typo in nm_is_connected method check.
> 
> ---
>  pyanaconda/network.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/network.py b/pyanaconda/network.py
> index 2a90bdf..67ea2e9 100644
> --- a/pyanaconda/network.py
> +++ b/pyanaconda/network.py
> @@ -1194,7 +1194,7 @@ def _wait_for_connecting_NM():
>      """If NM is in connecting state, wait for connection.
>      Return value: NM has got connection."""
>  
> -    if nm.nm_is_connected:
> +    if nm.nm_is_connected():
>          return True
>  
>      if nm.nm_is_connecting():
> --
> 1.7.11.7
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Ack.

- mulhern


More information about the anaconda-patches mailing list