1
0
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:
Peter Eckersley
2015-10-19 12:06:39 -07:00
parent 6e69e58402
commit 39ae9bdf43

View File

@@ -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