diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-28 13:18:48 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-28 13:18:48 +0000 |
| commit | 04fd391bf8f1b627f98b0aac4e4aa59c933eabe4 (patch) | |
| tree | b7daa8ff85e0e8baef29082ee72850d8f91a4c36 /apt | |
| parent | cc3414d9a1a42e1978834392a2bead330c19ec99 (diff) | |
| download | python-apt-04fd391bf8f1b627f98b0aac4e4aa59c933eabe4.tar.gz | |
* remove a useless check in Cache.update()
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 2 |
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 |
