mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +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 requested: the request currently being processed
|
||||
"""
|
||||
if now is None:
|
||||
if not now:
|
||||
# we're not actually setting anything
|
||||
return previously
|
||||
if previously:
|
||||
|
||||
Reference in New Issue
Block a user