This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch jonathan/mirror-client-sourcedownloader in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 28c2e1be8cfa35fdb38cb9005b3ddeae4c5b229b 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 11b66b3..b819e5b 100644 --- a/buildstream/plugins/sources/patch.py +++ b/buildstream/plugins/sources/patch.py @@ -83,7 +83,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
