mirror of
https://github.com/certbot/certbot.git
synced 2026-01-19 13:24:57 +03:00
remove error if can't parse config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user