summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 22a2f80107..677968a6a9 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1947,7 +1947,7 @@ class Fetch(object):
1947 ret = m.try_mirrors(self, ud, self.d, mirrors, True) 1947 ret = m.try_mirrors(self, ud, self.d, mirrors, True)
1948 1948
1949 if not ret: 1949 if not ret:
1950 raise FetchError("URL %s doesn't work" % u, u) 1950 raise FetchError("URL doesn't work", u)
1951 1951
1952 def unpack(self, root, urls=None): 1952 def unpack(self, root, urls=None):
1953 """ 1953 """