Skip to content

Commit f3362d9

Browse files
author
Seth Schoen
committed
Disabling a protected access complaint
1 parent dffa98d commit f3362d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letsencrypt/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def relevant_values(all_values):
148148

149149
from letsencrypt import cli
150150

151-
def _is_cli_default(option, value):
151+
def _is_cli_default(option, value): # pylint: disable=protected-access
152152
# Look through the CLI parser defaults and see if this option is
153153
# both present and equal to the specified value. If not, return
154154
# False.

0 commit comments

Comments
 (0)