mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
remove error if can't parse config
This commit is contained in:
parent
0017e48870
commit
699cdac8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class ApacheParser(object):
|
|||
try:
|
||||
matches.remove("DUMP_RUN_CFG")
|
||||
except ValueError:
|
||||
raise errors.PluginError("Unable to parse runtime variables")
|
||||
#raise errors.PluginError("Unable to parse runtime variables")
|
||||
|
||||
for match in matches:
|
||||
if match.count("=") > 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue