summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/plugins/sources/patch.py')
-rw-r--r--src/buildstream/plugins/sources/patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/plugins/sources/patch.py b/src/buildstream/plugins/sources/patch.py
index 24b5bfe2f..86811cb4d 100644
--- a/src/buildstream/plugins/sources/patch.py
+++ b/src/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): # pylint: disable=arguments-differ
# Nothing to do here for a local source
pass # pragma: nocover