summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-23 15:42:15 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 15:43:52 +0100
commitd2743c52262ff647c02f13334aa0b9c93bf45c19 (patch)
treee47b316d264ff2ca537b2f11db2e1b8cd9d17159
parent2831762279ebee447bb4c7a80d56a21696a9fe70 (diff)
downloadbuildstream-d2743c52262ff647c02f13334aa0b9c93bf45c19.tar.gz
_context.py: Remove useless `return` from `Context.message`
This pointless bare `return` was causing modern pylint to raise an error. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-rw-r--r--buildstream/_context.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index d2086af93..e3c290b7b 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -364,7 +364,6 @@ class Context():
assert self._message_handler
self._message_handler(message, context=self)
- return
# silence()
#