summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py
index ff015882..7779fd3f 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -674,7 +674,7 @@ class Coverage(object):
self._data.touch_file(file_path, plugin_name)
if self.config.note:
- self._data.add_run_info(note=self.config.note)
+ self._warn("The '[run] note' setting is no longer supported.")
# Backward compatibility with version 1.
def analysis(self, morf):