From 699cdac8eacfec825d960e16edaa78ddb9267ba1 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Mon, 23 Nov 2015 10:08:43 -0800 Subject: [PATCH] remove error if can't parse config --- letsencrypt-apache/letsencrypt_apache/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-apache/letsencrypt_apache/parser.py b/letsencrypt-apache/letsencrypt_apache/parser.py index ec5211ae4..b48551d00 100644 --- a/letsencrypt-apache/letsencrypt_apache/parser.py +++ b/letsencrypt-apache/letsencrypt_apache/parser.py @@ -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: