mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fixes #2668
This commit is contained in:
+1
-1
@@ -543,7 +543,7 @@ def set_configurator(previously, now):
|
|||||||
:param str previously: previously identified request for the installer/authenticator
|
:param str previously: previously identified request for the installer/authenticator
|
||||||
:param str requested: the request currently being processed
|
:param str requested: the request currently being processed
|
||||||
"""
|
"""
|
||||||
if now is None:
|
if not now:
|
||||||
# we're not actually setting anything
|
# we're not actually setting anything
|
||||||
return previously
|
return previously
|
||||||
if previously:
|
if previously:
|
||||||
|
|||||||
Reference in New Issue
Block a user