1
0
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:
Noah Swartz
2015-11-23 10:08:43 -08:00
parent 0017e48870
commit 699cdac8ea

View File

@@ -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: