- sigkeys-fingerpints can be empty

This commit is contained in:
soksanichenko 2023-03-20 12:47:51 +02:00
parent d60431bf00
commit a9b318781a
1 changed files with 2 additions and 0 deletions

View File

@ -57,7 +57,9 @@ pkgset_allow_reuse = False
sigkeys = [
{% for sigkey in sigkeys_fingerprints %}
{% if sigkey %}
"{{ sigkey }}",
{% endif %}
{% endfor %}
]