[libvirt] [test-API][PATCH] Fix a typo in commit b111531

Osier Yang jyang at redhat.com
Tue Aug 28 02:17:19 UTC 2012


On 2012年08月27日 18:43, Wayne Sun wrote:
> Signed-off-by: Wayne Sun<gsun at redhat.com>
> ---
>   src/env_inspect.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/env_inspect.py b/src/env_inspect.py
> index cf036f7..222ffb1 100644
> --- a/src/env_inspect.py
> +++ b/src/env_inspect.py
> @@ -77,7 +77,7 @@ def sharemod_init(env_parser, logger):
>       username = env_parser.get_value('variables', 'username')
>       password = env_parser.get_value('variables', 'password')
>       conn = utils.get_conn(uri, username, password)
> -    if not conn
> +    if not conn:
>           return 1
> 
>       # initialize conn object in sharedmod

ACK and pushed




More information about the libvir-list mailing list