mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Document a somewhat cryptic function
This commit is contained in:
@@ -305,7 +305,12 @@ def _auth_from_domains(le_client, config, domains, plugins):
|
||||
return lineage
|
||||
|
||||
def set_configurator(previously, now):
|
||||
"""Setting configurators multiple ways is okay, as long as they all agree"""
|
||||
"""
|
||||
Setting configurators multiple ways is okay, as long as they all agree
|
||||
|
||||
:param string previously: previously identified request for the installer/authenticator
|
||||
:param string requested: the request currently being processed
|
||||
"""
|
||||
if now is None:
|
||||
# we're not actually setting anything
|
||||
return previously
|
||||
|
||||
Reference in New Issue
Block a user