1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-26 22:00:54 +00:00

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

This commit is contained in:
Teal Dulcet 2025-06-18 05:14:12 -07:00
parent a568c6ff74
commit 00280123ab

View File

@ -716,9 +716,9 @@ def sign_zone(domain, zonefile, env):
# zonefile to sign
"/etc/nsd/zones/" + zonefile,
]
# 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