summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 63c06e1a..fdcb544e 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -219,10 +219,8 @@ class Coverage(object):
# Load plugins
self.plugins = Plugins.load_plugins(self.config.plugins, self.config, self.debug)
- # _exclude_re is a dict that maps exclusion list names to compiled
- # regexes.
+ # _exclude_re is a dict that maps exclusion list names to compiled regexes.
self._exclude_re = {}
- self._exclude_regex_stale()
set_relative_directory()