mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fix issue with empty matchers array
This commit is contained in:
@@ -101,6 +101,7 @@ class ApacheParser(object):
|
|||||||
try:
|
try:
|
||||||
matches.remove("DUMP_RUN_CFG")
|
matches.remove("DUMP_RUN_CFG")
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
return
|
||||||
#raise errors.PluginError("Unable to parse runtime variables")
|
#raise errors.PluginError("Unable to parse runtime variables")
|
||||||
|
|
||||||
for match in matches:
|
for match in matches:
|
||||||
|
|||||||
Reference in New Issue
Block a user