From e4524e6fec7c3b2c60c286ef788dcc7ceba2d6a0 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 13 Dec 2019 19:53:59 +0200 Subject: [PATCH] Coverage ignore on a single refresh function call --- certbot-apache/certbot_apache/_internal/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/_internal/parser.py b/certbot-apache/certbot_apache/_internal/parser.py index 884df0a6a..a021d3445 100644 --- a/certbot-apache/certbot_apache/_internal/parser.py +++ b/certbot-apache/certbot_apache/_internal/parser.py @@ -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 and creates one if it doesn't exist.