From 86bddfa9b4e8cbefad956cdbe1b1510332af17cd Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Wed, 10 Feb 2016 14:50:10 -0800 Subject: [PATCH] Fix syntax error (missing colon in function definition) --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index ba5ee4c73..c31f3b7c3 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -860,7 +860,7 @@ def _restore_plugin_configs(config, renewalparams): else: setattr(config.namespace, config_item, str(config_value)) -def _restore_webroot_config(config, renewalparams) +def _restore_webroot_config(config, renewalparams): """ webroot_map is, uniquely, a dict, and the general-purpose configuration restoring logic is not able to correctly parse it from the serialized