1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

bitbake fetch/__init__.py: Failing urls should raise errors, not fatal exceptions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-03-15 12:55:47 +00:00
parent 28f7dd3ca7
commit 382a630e78
+1 -1
View File
@@ -232,7 +232,7 @@ def checkstatus(d):
ret = try_mirrors (d, u, mirrors, True)
if not ret:
bb.msg.fatal(bb.msg.domain.Fetcher, "URL %s doesn't work" % u)
bb.msg.error(bb.msg.domain.Fetcher, "URL %s doesn't work" % u)
def localpaths(d):
"""