summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 13:18:48 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 13:18:48 +0000
commit04fd391bf8f1b627f98b0aac4e4aa59c933eabe4 (patch)
treeb7daa8ff85e0e8baef29082ee72850d8f91a4c36 /apt
parentcc3414d9a1a42e1978834392a2bead330c19ec99 (diff)
downloadpython-apt-04fd391bf8f1b627f98b0aac4e4aa59c933eabe4.tar.gz
* remove a useless check in Cache.update()
Diffstat (limited to 'apt')
-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