diff options
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 2 |
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): |
