Added opportunity import packages without tags

Change-Id: Iaa8c2cf297008932739025b0c907bb70bdff08f6
Closes-Bug: #1683362
This commit is contained in:
Artem Tiumentcev 2017-04-17 18:51:22 +03:00 committed by zhurong
parent 75b47bbabd
commit 25281380b2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class PackageBase(package.Package):
self._author = manifest.get('Author')
self._supplier = manifest.get('Supplier') or {}
self._logo = manifest.get('Logo')
self._tags = manifest.get('Tags')
self._tags = manifest.get('Tags', [])
self._logo_cache = None
self._supplier_logo_cache = None