mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
pylint seems strict about the local variable count
This commit is contained in:
parent
40091cf60e
commit
bdcb94a2b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue