mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Coverage ignore on a single refresh function call
This commit is contained in:
parent
efbc18d787
commit
e4524e6fec
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ class ApacheParser(object):
|
|||
# Catch include and includeoptional
|
||||
if directive.lower().startswith("include"):
|
||||
# Refresh the list of includes
|
||||
self.includes = self._find_all_includes()
|
||||
self.includes = self._find_all_includes() # pragma: no cover
|
||||
|
||||
def get_ifmod(self, aug_conf_path, mod, beginning=False):
|
||||
"""Returns the path to <IfMod mod> and creates one if it doesn't exist.
|
||||
|
|
|
|||
Loading…
Reference in a new issue