summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorHuanhuan Li <huanhuanx.li@intel.com>2014-06-06 09:23:50 +0800
committeradmin <yuhuan.yang@samsung.com>2016-02-04 18:18:27 +0800
commit3d539d9135437ec3ff1ddf654e4428a18a580741 (patch)
treeb8359f290eac3bff4c70fdd4b630f2086eb0a5fa /plugins
parentce84773583c5394d66257abfc8ed72545999176c (diff)
downloadmic-3d539d9135437ec3ff1ddf654e4428a18a580741.tar.gz
mic-3d539d9135437ec3ff1ddf654e4428a18a580741.tar.bz2
mic-3d539d9135437ec3ff1ddf654e4428a18a580741.zip
typo fix
Change-Id: Id451840526902cbca9e5dd6a4cd0b730bb2bebfa
Diffstat (limited to 'plugins')
-rw-r--r--plugins/backend/zypppkgmgr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/backend/zypppkgmgr.py b/plugins/backend/zypppkgmgr.py
index 74d364e..1c5f867 100644
--- a/plugins/backend/zypppkgmgr.py
+++ b/plugins/backend/zypppkgmgr.py
@@ -567,8 +567,8 @@ class Zypp(BackendPlugin):
if download_count > 0:
msger.info("Downloading packages ...")
self.downloadPkgs(dlpkgs, download_count)
- except CreateError, e:
- raise CreateError("Package download failed: %s" %(e,))
+ except CreatorError, e:
+ raise CreatorError("Package download failed: %s" %(e,))
try:
self.installPkgs(dlpkgs)