diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-28 13:52:49 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-28 13:52:49 +0000 |
| commit | ca8c79947fae5f77272e0912b74e13778192e4c1 (patch) | |
| tree | d7d1ea3912eadc99d85e594564707fef983d0c97 /apt/cache.py | |
| parent | 311111a187216e25957c08e7c2e114b0118a48e2 (diff) | |
| download | python-apt-ca8c79947fae5f77272e0912b74e13778192e4c1.tar.gz | |
* small tweaks, prepared next ubuntu upload
Diffstat (limited to 'apt/cache.py')
| -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 259d7b9d..5b95ec35 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -185,7 +185,7 @@ class Cache(object): if res == pm.ResultFailed: raise SystemError, "install failed" - return res + return (res == pm.ResultCompleted) # cache changes def cachePostChange(self): |
