diff options
Diffstat (limited to 'buildstream/plugins/sources/patch.py')
-rw-r--r-- | buildstream/plugins/sources/patch.py | 2 |
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 |