On Thu, Feb 7, 2013 at 2:18 PM, Michael Hanselmann <[email protected]> wrote:

LGTM -> devel-2.7 (unless it's new code)

Thanks,

Guido

> ---
>  qa/qa_utils.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qa/qa_utils.py b/qa/qa_utils.py
> index 6865673..9533c28 100644
> --- a/qa/qa_utils.py
> +++ b/qa/qa_utils.py
> @@ -322,7 +322,7 @@ def GetCommandOutput(node, cmd, tty=None, fail=False):
>    p = StartLocalCommand(GetSSHCommand(node, cmd, tty=tty),
>                          stdout=subprocess.PIPE)
>    rcode = p.wait()
> -  _AssertRetCode(rcode, fail, node, cmd)
> +  _AssertRetCode(rcode, fail, cmd, node)
>    return p.stdout.read()
>
>
> --
> 1.8.1
>



-- 
Guido Trotter
Ganeti engineering
Google Germany

Reply via email to