summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-01-23 17:25:29 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-01-23 17:25:29 +0100
commita4bb8cc83e924d7a7deee66b6e972c5af04a6c34 (patch)
tree35300f18a87c580317fbad2c976d2132d59082a3 /DistUpgrade/DistUpgradeControler.py
parentc221a3e97d7da6a41f8afbb741a5e72c83b54fd9 (diff)
parent166f645a65b1230cfb58f359e3c70c441b9fe09b (diff)
downloadpython-apt-a4bb8cc83e924d7a7deee66b6e972c5af04a6c34.tar.gz
* Merges from Michael
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index e67009cf..bea1e40f 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -217,9 +217,8 @@ class DistUpgradeControler(object):
self._view.error(_("Error during commit"),
_("Some problem occured during the clean-up. "
"Please see the below message for more "
- "information. ",
+ "information. "),
"%s" % e)
-
self.cache.commit(fprogress,iprogress)
def askForReboot(self):