From d4ee483662e345bfc9a6e106806e790facdb99b2 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Mon, 23 Nov 2015 10:52:39 -0800 Subject: [PATCH] revert changes made to wrong branch --- letsencrypt-apache/letsencrypt_apache/parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/letsencrypt-apache/letsencrypt_apache/parser.py b/letsencrypt-apache/letsencrypt_apache/parser.py index 5c18208bb..ec5211ae4 100644 --- a/letsencrypt-apache/letsencrypt_apache/parser.py +++ b/letsencrypt-apache/letsencrypt_apache/parser.py @@ -101,8 +101,7 @@ class ApacheParser(object): try: matches.remove("DUMP_RUN_CFG") except ValueError: - return - #raise errors.PluginError("Unable to parse runtime variables") + raise errors.PluginError("Unable to parse runtime variables") for match in matches: if match.count("=") > 1: