mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Disabling a protected access complaint
This commit is contained in:
@@ -148,7 +148,7 @@ def relevant_values(all_values):
|
||||
|
||||
from letsencrypt import cli
|
||||
|
||||
def _is_cli_default(option, value):
|
||||
def _is_cli_default(option, value): # pylint: disable=protected-access
|
||||
# Look through the CLI parser defaults and see if this option is
|
||||
# both present and equal to the specified value. If not, return
|
||||
# False.
|
||||
|
||||
Reference in New Issue
Block a user