This commit is contained in:
Brad Warren
2016-03-15 18:29:12 -07:00
parent b3fbb05f48
commit 640582d4b6
+1 -1
View File
@@ -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: