summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/__init__.py')
-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 d39f094551..f6fa46c610 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -956,7 +956,7 @@ class Fetch(object):
956 raise 956 raise
957 957
958 except BBFetchException as e: 958 except BBFetchException as e:
959 logger.debug(1, str(e)) 959 logger.warn(str(e))
960 # Remove any incomplete fetch 960 # Remove any incomplete fetch
961 if os.path.isfile(ud.localpath): 961 if os.path.isfile(ud.localpath):
962 bb.utils.remove(ud.localpath) 962 bb.utils.remove(ud.localpath)