修复优先升级没有安装的情况
This commit is contained in:
parent
b312c24b49
commit
89c203b2ca
|
@ -340,7 +340,7 @@ class UpdateManager():
|
|||
else:
|
||||
logging.info("Check: (%s:%s) No need to upgrade and duo to not pust...",pkg_name,self_pkg.installed.source_version)
|
||||
else:
|
||||
logging.info("Check: (%s:%s) No need to upgrade...",pkg_name,self_pkg.installed.source_version)
|
||||
logging.info("Check: (%s) Not to be installed...",pkg_name)
|
||||
else:
|
||||
logging.error("Check: (%s) The upgrade package is not in Cache...",pkg_name)
|
||||
|
||||
|
|
Loading…
Reference in New Issue