On Mon, Aug 03, 2015 at 11:08:11AM +0200, 'Lisa Velden' via ganeti-devel wrote:
> to satisfy pylint.
> 
> Signed-off-by: Lisa Velden <[email protected]>
> ---
>  lib/bootstrap.py | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

If this makes pylint happy, then LGTM.

However, I'm a bit surprised, as...

> -  if not os.path.exists(
> -      os.path.join(pathutils.DATA_DIR,
> -      "%s%s" % (constants.SSCONF_FILEPREFIX,
> -                constants.SS_MASTER_CANDIDATES_CERTS))):
> +  if not os.path.exists(os.path.join(pathutils.DATA_DIR, "%s%s" %
> +                        (constants.SSCONF_FILEPREFIX,
> +                         constants.SS_MASTER_CANDIDATES_CERTS))):
>      raise errors.OpExecError("Ssconf file for master candidate certificates"

...the if-line opens two parenthesis, however you indent only relative
to the first of those. That seems a bit like exploiting a bug in pylint.

-- 
Klaus Aehlig
Google Germany GmbH, Dienerstr. 12, 80331 Muenchen
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores

Reply via email to