mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Document a somewhat cryptic function
This commit is contained in:
+6
-1
@@ -305,7 +305,12 @@ def _auth_from_domains(le_client, config, domains, plugins):
|
|||||||
return lineage
|
return lineage
|
||||||
|
|
||||||
def set_configurator(previously, now):
|
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:
|
if now is None:
|
||||||
# we're not actually setting anything
|
# we're not actually setting anything
|
||||||
return previously
|
return previously
|
||||||
|
|||||||
Reference in New Issue
Block a user