summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2018-06-22 17:41:52 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2018-06-25 17:04:42 +0100
commit6696a2e5353b24b085ae072f14ca29ae2bafac18 (patch)
tree4eb0af9d927e26d07a5fb1a5ede8bd43bebc6514
parent97f3408bbca0d095dbd50bb9cf0cca12d7a26bd5 (diff)
downloadbuildstream-jonathan/mirror-client-sourcedownloader-tidy.tar.gz
patch.py: Fix use of alias overridesjonathan/mirror-client-sourcedownloader-tidy
-rw-r--r--buildstream/plugins/sources/patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py
index 88fb2d59c..8beaf4f76 100644
--- a/buildstream/plugins/sources/patch.py
+++ b/buildstream/plugins/sources/patch.py
@@ -80,7 +80,7 @@ class PatchSource(Source):
def set_ref(self, ref, node):
pass # pragma: nocover
- def fetch(self):
+ def fetch(self, alias_overide=None):
# Nothing to do here for a local source
pass # pragma: nocover