summaryrefslogtreecommitdiffstats
path: root/src/nbblib/bs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbblib/bs.py')
-rw-r--r--src/nbblib/bs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nbblib/bs.py b/src/nbblib/bs.py
index 43c3f44..02b2800 100644
--- a/src/nbblib/bs.py
+++ b/src/nbblib/bs.py
@@ -39,7 +39,7 @@ class BSSourceTree(plugins.GenericDetectPlugin):
ambigous_match_exception = AmbigousBSDetection
@classmethod
- def validate(cls, obj, vcs_tree):
+ def validate(cls, obj, context, vcs_tree):
logging.debug("BSSourceTree.validate(%s, %s, %s) %s %s",
cls, obj, vcs_tree,
repr(obj.tree_root), repr(vcs_tree.tree_root))