summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
Diffstat (limited to 'apt')
-rw-r--r--apt/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 973291c0..1fb128a3 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -117,7 +117,7 @@ class Cache(object):
def commit(self, fprogress, iprogress):
""" Apply the marked changes to the cache """
- self._depcache.Commit(fprogress, iprogress)
+ return self._depcache.Commit(fprogress, iprogress)
# cache changes
def cachePostChange(self):