summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/cache.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 459ffc40..9218263b 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -112,8 +112,6 @@ class Cache(object):
def _runFetcher(self, fetcher):
# do the actual fetching
res = fetcher.Run()
- if res == fetcher.ResultFailed:
- return False
# now check the result (this is the code from apt-get.cc)
failed = False