LGTM, thanks

On Thu, Mar 19, 2015 at 6:07 PM, 'Petr Pudlak' via ganeti-devel <
[email protected]> wrote:

> Signed-off-by: Petr Pudlak <[email protected]>
> ---
>  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 546bf8d..2589abe 100644
> --- a/qa/qa_utils.py
> +++ b/qa/qa_utils.py
> @@ -500,7 +500,7 @@ def CheckFileUnmodified(node, filename):
>    @param filename: absolute filename to check
>
>    """
> -  cmd = utils.ShellQuoteArgs(["sha1sum", filename])
> +  cmd = utils.ShellQuoteArgs(["sha1sum", MakeNodePath(node, filename)])
>
>    def Read():
>      return GetCommandOutput(node, cmd).strip()
> --
> 2.2.0.rc0.207.ga3a616c
>
>
Hrvoje Ribicic
Ganeti Engineering
Google Germany GmbH
Dienerstr. 12, 80331, München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores
Steuernummer: 48/725/00206
Umsatzsteueridentifikationsnummer: DE813741370

Reply via email to