1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake fetcher: Make invalid url errors clearer

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3262 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-27 22:23:04 +00:00
parent 3431d4125a
commit b12795d49f
+2 -1
View File
@@ -281,7 +281,8 @@ class FetchData(object):
for m in methods:
if m.supports(url, self, d):
self.method = m
break
return
raise NoMethodError("Missing implementation for url %s" % url)
def setup_localpath(self, d):
self.setup = True