mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-01-23 12:37:05 +00:00
Fixed RUF005 (collection-literal-concatenation): Consider iterable unpacking instead of concatenation
This commit is contained in:
parent
a0346b735b
commit
c59ff13c9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user