diff options
| author | Michael Vogt <egon@top> | 2005-12-06 13:00:54 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-06 13:00:54 +0100 |
| commit | 80a5b5749d1cb3dae6763f6b3556dbc4db64fe56 (patch) | |
| tree | 769f5d70a8c1467bb87391fb02c498d50921182d /DistUpgrade | |
| parent | 471927b2504041bd290a73ee67a3b2ca92b3a7a8 (diff) | |
| download | python-apt-80a5b5749d1cb3dae6763f6b3556dbc4db64fe56.tar.gz | |
* (re)Read the main list on before doing the update
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/DistUpgrade.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgrade.py b/DistUpgrade/DistUpgrade.py index dcaebb5a..262229a6 100644 --- a/DistUpgrade/DistUpgrade.py +++ b/DistUpgrade/DistUpgrade.py @@ -205,6 +205,7 @@ class DistUpgradeControler(object): pass def doUpdate(self): + self._cache._list.ReadMainList() progress = self._view.getFetchProgress() self._cache.update(progress) |
