LGTM.

Thanks,
Jose

On Thu, Feb 06, 2014 at 06:10:29PM +0100, Santi Raffa wrote:
> diff --git a/lib/utils/algo.py b/lib/utils/algo.py
> index 2d13626..aee2afb 100644
> --- a/lib/utils/algo.py
> +++ b/lib/utils/algo.py
> @@ -95,7 +95,7 @@ def FindDuplicates(seq):
>    return list(dup)
> 
> 
> -#pylint: disable=W0142
> +#pylint: disable=W0142 (use of *-magic in argument list)
>  def GetRepeatedKeys(*dicts):
>    """Return the set of keys defined multiple times in the given dicts.
> 
> @@ -110,7 +110,6 @@ def GetRepeatedKeys(*dicts):
>    @return: Keys used more than once across all dicts
> 
>    """
> -
>    if len(dicts) < 2:
>      return set()
> 
> -- 
> Raffa Santi
> 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

-- 
Jose Antonio Lopes
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