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