fix issue with empty matchers array

This commit is contained in:
Noah Swartz
2015-11-23 10:21:31 -08:00
parent 699cdac8ea
commit 2738290b98
@@ -101,6 +101,7 @@ class ApacheParser(object):
try:
matches.remove("DUMP_RUN_CFG")
except ValueError:
return
#raise errors.PluginError("Unable to parse runtime variables")
for match in matches: