summaryrefslogtreecommitdiff
path: root/zuul/reporter
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2017-05-04 14:16:33 +1000
committerTobias Henkel <tobias.henkel@bmw-carit.de>2017-05-29 22:02:54 +0200
commit168bc8fb49a717d38843f4be104eda9879f02c7f (patch)
treeb0eb18722e47ede25bf83a201c542b8dc3c08a8a /zuul/reporter
parenta457b475890dceba77c2f7b6e758515711f0f773 (diff)
downloadzuul-168bc8fb49a717d38843f4be104eda9879f02c7f.tar.gz
Remove source from reporter
Source is available as part of the item so we don't need to pass it as a parameter. Change-Id: If871823f60f28665c87a705fb00cc30d7b849c12 Signed-off-by: Jamie Lennox <jamielennox@gmail.com>
Diffstat (limited to 'zuul/reporter')
-rw-r--r--zuul/reporter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/reporter/__init__.py b/zuul/reporter/__init__.py
index 582265df3..9c8e95381 100644
--- a/zuul/reporter/__init__.py
+++ b/zuul/reporter/__init__.py
@@ -37,7 +37,7 @@ class BaseReporter(object):
self._action = action
@abc.abstractmethod
- def report(self, source, pipeline, item):
+ def report(self, pipeline, item):
"""Send the compiled report message."""
def getSubmitAllowNeeds(self):