From 18f7ecbc364a2e95def74d6e7546e920cc38e238 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 14 Jun 2015 09:41:01 -0400 Subject: Debugging plugin wrappers --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 3cae1d3..b982c79 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -202,7 +202,7 @@ class Coverage(object): self.debug = DebugControl(self.config.debug, self._debug_file) # Load plugins - self.plugins = Plugins.load_plugins(self.config.plugins, self.config) + self.plugins = Plugins.load_plugins(self.config.plugins, self.config, self.debug) self.file_tracing_plugins = [] for plugin in self.plugins: -- cgit v1.2.1