projects
/
tools
/
mic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73381d8
)
typo fix
author
Huanhuan Li
<huanhuanx.li@intel.com>
Fri, 6 Jun 2014 01:23:50 +0000
(09:23 +0800)
committer
Huanhuan Li
<huanhuanx.li@intel.com>
Fri, 6 Jun 2014 01:24:39 +0000
(09:24 +0800)
Change-Id: Id451840526902cbca9e5dd6a4cd0b730bb2bebfa
plugins/backend/zypppkgmgr.py
patch
|
blob
|
history
diff --git
a/plugins/backend/zypppkgmgr.py
b/plugins/backend/zypppkgmgr.py
index
74d364e
..
1c5f867
100644
(file)
--- 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 Creat
e
Error, e:
- raise Creat
e
Error("Package download failed: %s" %(e,))
+ except Creat
or
Error, e:
+ raise Creat
or
Error("Package download failed: %s" %(e,))
try:
self.installPkgs(dlpkgs)