Remove stay .namespace

This commit is contained in:
Brad Warren 2016-02-09 18:34:44 -08:00
parent 8c970a890d
commit 7aa2f4b5f6

View file

@ -755,9 +755,9 @@ def _set_by_cli(var):
plugins, reconstructed_args, detect_defaults=True)
# propagate plugin requests: eg --standalone modifies config.authenticator
auth, inst = cli_plugin_requests(detector)
detector.namespace.authenticator = auth if auth else ""
detector.namespace.installer = inst if inst else ""
logger.debug("Default Detector is %r", detector.namespace)
detector.authenticator = auth if auth else ""
detector.installer = inst if inst else ""
logger.debug("Default Detector is %r", detector)
try:
# Is detector.var something that isn't false?