do not store 'None' in repository's config
This commit is contained in:
parent
7a7dcd3e00
commit
64c0698266
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class ModuleInfo(object):
|
||||||
('description', self.description),
|
('description', self.description),
|
||||||
('maintainer', self.maintainer),
|
('maintainer', self.maintainer),
|
||||||
('license', self.license),
|
('license', self.license),
|
||||||
('icon', self.icon),
|
('icon', self.icon or ''),
|
||||||
('urls', self.urls),
|
('urls', self.urls),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue