mirror of
https://github.com/certbot/certbot.git
synced 2026-03-23 19:03:33 -04:00
Fix syntax error (missing colon in function definition)
This commit is contained in:
parent
7c7a07ceb2
commit
86bddfa9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue