summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 8fdf59cd58..439a44a4af 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1263,10 +1263,10 @@ class FetchMethod(object):
1263 return 1263 return
1264 1264
1265 def clean(self, urldata, d): 1265 def clean(self, urldata, d):
1266 """ 1266 """
1267 Clean any existing full or partial download 1267 Clean any existing full or partial download
1268 """ 1268 """
1269 bb.utils.remove(urldata.localpath) 1269 bb.utils.remove(urldata.localpath)
1270 1270
1271 def try_premirror(self, urldata, d): 1271 def try_premirror(self, urldata, d):
1272 """ 1272 """