Source plugin (#965)

* Ensure that None values aren't passed.
This commit is contained in:
kevgliss 2017-10-09 10:37:44 -07:00 committed by GitHub
parent 7ef788752e
commit e43268f585
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ def sync_certificates(source, user):
certificate['creator'] = user
exists = [x for x in exists if x]
if not exists:
certificate_create(certificate, source)
new += 1