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): return def clean(self, urldata, d): - """ - Clean any existing full or partial download - """ - bb.utils.remove(urldata.localpath) + """ + Clean any existing full or partial download + """ + bb.utils.remove(urldata.localpath) def try_premirror(self, urldata, d): """