summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 15:21:46 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-26 15:21:46 +0100
commit34e95d043502c7522062d69bd019e809a53b48a2 (patch)
tree7dd7c5dde3832e3b2bee851af0b1cb329bbe566b /DistUpgrade/DistUpgradeControler.py
parent52ba94d286981672f3b05c08911e19e633e48568 (diff)
downloadpython-apt-34e95d043502c7522062d69bd019e809a53b48a2.tar.gz
* DistUpgrade/DistUpgradeViewGtk.py: added utf8() function
* DistUpgrade/DistUpgradeControler.py: comments added
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index c7299871..062d305b 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -158,6 +158,8 @@ class DistUpgradeControler(object):
def doUpdate(self):
self.cache._list.ReadMainList()
progress = self._view.getFetchProgress()
+ # FIXME: retry here too? just like the DoDistUpgrade?
+ # also remove all files from the lists partial dir!
try:
res = self.cache.update(progress)
except IOError, e: