mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
lint
This commit is contained in:
parent
e4f5e8f455
commit
88ae0949cc
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ class ConfigMain(util.PostfixUtilBase):
|
|||
|
||||
:param str name: The name of the parameter to set.
|
||||
:param str value: The value of the parameter.
|
||||
:param tuple acceptable_overrides: If the master configuration file overrides `value` with a value in
|
||||
acceptable_overrides, no need to call `_handle_overrides`.
|
||||
:param tuple acceptable_overrides: If the master configuration file overrides `value`
|
||||
with a value in acceptable_overrides.
|
||||
"""
|
||||
if name not in self._db:
|
||||
raise KeyError("Parameter name %s is not a valid Postfix parameter name.", name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue