summaryrefslogtreecommitdiff
path: root/coverage/plugin_support.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-03 08:56:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-03 08:56:48 -0400
commit09dd9334a2cc7976c1a42f795eba5864aaf930f0 (patch)
treefc0b394c420158fe569355650a35389fcc34239b /coverage/plugin_support.py
parentabb3536b66910ddec0e83d3d2a251607d4f5223a (diff)
downloadpython-coveragepy-git-09dd9334a2cc7976c1a42f795eba5864aaf930f0.tar.gz
Clean up some pylint
Diffstat (limited to 'coverage/plugin_support.py')
-rw-r--r--coverage/plugin_support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/plugin_support.py b/coverage/plugin_support.py
index a1a7b733..4f22c137 100644
--- a/coverage/plugin_support.py
+++ b/coverage/plugin_support.py
@@ -37,6 +37,8 @@ class Plugins(object):
debug.write("Loaded plugin %r: %r" % (module, plugin))
labelled = LabelledDebug("plugin %r" % (module,), debug)
plugin = DebugPluginWrapper(plugin, labelled)
+
+ # pylint: disable=attribute-defined-outside-init
plugin._coverage_plugin_name = module
plugin._coverage_enabled = True
plugins.order.append(plugin)