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 changed files with 1 additions and 1 deletions

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):
"""