summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-31 09:26:36 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-31 09:26:36 +0000
commit0f654e366f82fc4d8ddcc96d8f5bc57720310c7f (patch)
tree7c7323ebdd465e172399e87423bf3212182c1c95 /DistUpgrade
parent6164b21e46fbd5b56b7c8245f577c137bda9ba11 (diff)
downloadpython-apt-0f654e366f82fc4d8ddcc96d8f5bc57720310c7f.tar.gz
* fix a bogus cache.commit()
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeControler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 6ab77103..ca43e80c 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -266,7 +266,6 @@ class DistUpgradeControler(object):
"Please see the below message for more "
"information. "),
"%s" % e)
- self.cache.commit(fprogress,iprogress)
def abort(self):
""" abort the upgrade, cleanup (as much as possible) """