diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-23 17:25:29 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-23 17:25:29 +0100 |
| commit | a4bb8cc83e924d7a7deee66b6e972c5af04a6c34 (patch) | |
| tree | 35300f18a87c580317fbad2c976d2132d59082a3 /DistUpgrade/DistUpgradeControler.py | |
| parent | c221a3e97d7da6a41f8afbb741a5e72c83b54fd9 (diff) | |
| parent | 166f645a65b1230cfb58f359e3c70c441b9fe09b (diff) | |
| download | python-apt-a4bb8cc83e924d7a7deee66b6e972c5af04a6c34.tar.gz | |
* Merges from Michael
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 3 |
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): |
