summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/local.py')
-rw-r--r--lib/bb/fetch/local.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bb/fetch/local.py b/lib/bb/fetch/local.py
index f9bdf589c..a2abc8639 100644
--- a/lib/bb/fetch/local.py
+++ b/lib/bb/fetch/local.py
@@ -65,8 +65,8 @@ class Local(Fetch):
Check the status of the url
"""
if urldata.localpath.find("*") != -1:
- bb.msg.note(1, bb.msg.domain.Fetcher, "URL %s looks like a glob and was therefore not checked." % url)
- return True
+ bb.msg.note(1, bb.msg.domain.Fetcher, "URL %s looks like a glob and was therefore not checked." % url)
+ return True
if os.path.exists(urldata.localpath):
- return True
+ return True
return False