From 34e95d043502c7522062d69bd019e809a53b48a2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 26 Jan 2006 15:21:46 +0100 Subject: * DistUpgrade/DistUpgradeViewGtk.py: added utf8() function * DistUpgrade/DistUpgradeControler.py: comments added --- DistUpgrade/DistUpgradeControler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DistUpgrade/DistUpgradeControler.py') 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: -- cgit v1.2.3