From b51b6bf42e6ccd487f902fe31685defa0bc6aedd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 26 Jan 2006 15:40:59 +0000 Subject: * the pkgCache::VerIterator.DependsList[] dict does no longer depend on the localized depends name but on the english one --- apt/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt') diff --git a/apt/cache.py b/apt/cache.py index 2821f287..fbca0f2a 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -203,7 +203,7 @@ class Cache(object): if res == pm.ResultCompleted: break if res == pm.ResultFailed: - raise SystemError, "install failed" + raise SystemError, "installArchives() failed" # reload the fetcher for media swaping fetcher.Shutdown() return (res == pm.ResultCompleted) -- cgit v1.2.3