mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix docstring
This commit is contained in:
parent
dae9eee7d4
commit
beb5db805b
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ def set_displayer(config):
|
|||
zope.component.provideUtility(displayer)
|
||||
|
||||
def _post_logging_setup(config, plugins, cli_args):
|
||||
"Perform any setup or configuration tasks that require a logger."
|
||||
"""Perform any setup or configuration tasks that require a logger."""
|
||||
|
||||
# This needs logging, but would otherwise be in HelpfulArgumentParser
|
||||
if config.validate_hooks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue