1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-01-24 12:47:05 +00:00

Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation

This commit is contained in:
Teal Dulcet 2025-01-12 07:02:55 -08:00
parent a0346b735b
commit c59ff13c9f

View File

@ -716,9 +716,9 @@ def sign_zone(domain, zonefile, env):
# zonefile to sign # zonefile to sign
"/etc/nsd/zones/" + zonefile, "/etc/nsd/zones/" + zonefile,
]
# keys to sign with (order doesn't matter -- it'll figure it out) # keys to sign with (order doesn't matter -- it'll figure it out)
+ all_keys *all_keys
]
) )
# Create a DS record based on the patched-up key files. The DS record is specific to the # Create a DS record based on the patched-up key files. The DS record is specific to the