From bdcb94a2b5ae3d757481ba0a90e76f23441aca65 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Fri, 1 May 2015 21:57:22 -0700 Subject: [PATCH] pylint seems strict about the local variable count --- letsencrypt/client/renewer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt/client/renewer.py b/letsencrypt/client/renewer.py index af271fe77..7016dda10 100644 --- a/letsencrypt/client/renewer.py +++ b/letsencrypt/client/renewer.py @@ -320,6 +320,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes @classmethod def new_lineage(cls, lineagename, cert, privkey, chain, config=DEFAULTS): + # pylint: disable=too-many-locals """Create a new certificate lineage with the (suggested) lineage name lineagename, and the associated cert, privkey, and chain (the associated fullchain will be created automatically). Returns a new