This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jonathan/mirror-client-sourcedownloader-tidy in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 6696a2e5353b24b085ae072f14ca29ae2bafac18 Author: Jonathan Maw <[email protected]> AuthorDate: Fri Jun 22 17:41:52 2018 +0100 patch.py: Fix use of alias overrides --- buildstream/plugins/sources/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstream/plugins/sources/patch.py b/buildstream/plugins/sources/patch.py index 88fb2d5..8beaf4f 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
