revert changes made to wrong branch

This commit is contained in:
Noah Swartz 2015-11-23 10:52:39 -08:00
parent 2738290b98
commit d4ee483662

View file

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