parent
7ef788752e
commit
e43268f585
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue