summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
-rw-r--r--bitbake/lib/bb/fetch2/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py
index 1116795e87..547c04fd9e 100644
--- a/bitbake/lib/bb/fetch2/svn.py
+++ b/bitbake/lib/bb/fetch2/svn.py
@@ -128,7 +128,7 @@ class Svn(Fetch):
128 128
129 return svncmd 129 return svncmd
130 130
131 def go(self, loc, ud, d): 131 def download(self, loc, ud, d):
132 """Fetch url""" 132 """Fetch url"""
133 133
134 logger.debug(2, "Fetch: checking for module directory '" + ud.moddir + "'") 134 logger.debug(2, "Fetch: checking for module directory '" + ud.moddir + "'")