- sigkeys-fingerpints can be empty
This commit is contained in:
parent
d60431bf00
commit
a9b318781a
@ -57,7 +57,9 @@ pkgset_allow_reuse = False
|
||||
|
||||
sigkeys = [
|
||||
{% for sigkey in sigkeys_fingerprints %}
|
||||
{% if sigkey %}
|
||||
"{{ sigkey }}",
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user