Am 29. Juli 2010 23:43 schrieb Iustin Pop <[email protected]>:
> --- a/scripts/gnt-cluster
> +++ b/scripts/gnt-cluster
> +def MasterPing(opts, args):
> […]
> +  try:
> +    cl = GetClient()
> +    result = cl.QueryClusterInfo()
> +    return 0
> +  except:

Please make this at least “except Exception”. Then LGTM.

> +    return 1

Michael

Reply via email to