summaryrefslogtreecommitdiffstats
path: root/src/nbblib/vcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbblib/vcs.py')
-rw-r--r--src/nbblib/vcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nbblib/vcs.py b/src/nbblib/vcs.py
index 61c2531..1a0ad22 100644
--- a/src/nbblib/vcs.py
+++ b/src/nbblib/vcs.py
@@ -88,7 +88,7 @@ class VCSourceTree(plugins.GenericDetectPlugin):
@param srcdir string with absolute path of source code directory
"""
- super(VCSourceTree, cls).detect(context, srcdir)
+ return super(VCSourceTree, cls).detect(context, srcdir)
def get_config(self):
"""Get configuration object which determines builddir etc"""