diff options
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index 6bce941fcb..58fa41b4dc 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py | |||
| @@ -383,7 +383,8 @@ def try_mirrors(d, uri, mirrors): | |||
| 383 | import sys | 383 | import sys |
| 384 | (type, value, traceback) = sys.exc_info() | 384 | (type, value, traceback) = sys.exc_info() |
| 385 | bb.msg.debug(2, bb.msg.domain.Fetcher, "Mirror fetch failure: %s" % value) | 385 | bb.msg.debug(2, bb.msg.domain.Fetcher, "Mirror fetch failure: %s" % value) |
| 386 | return "" | 386 | continue |
| 387 | return None | ||
| 387 | 388 | ||
| 388 | 389 | ||
| 389 | class FetchData(object): | 390 | class FetchData(object): |
