mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Fix docstring
This commit is contained in:
+1
-1
@@ -805,7 +805,7 @@ def set_displayer(config):
|
|||||||
zope.component.provideUtility(displayer)
|
zope.component.provideUtility(displayer)
|
||||||
|
|
||||||
def _post_logging_setup(config, plugins, cli_args):
|
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
|
# This needs logging, but would otherwise be in HelpfulArgumentParser
|
||||||
if config.validate_hooks:
|
if config.validate_hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user