secrets: do not shadow python builtins

This commit is contained in:
Jörg Thalheim
2024-10-01 12:00:27 +02:00
committed by Mic92
parent 710b832066
commit 24973370b3
5 changed files with 24 additions and 20 deletions

View File

@@ -135,8 +135,8 @@ def encrypt_secret(
recipient_keys = collect_keys_for_path(secret_path)
if (key.pubkey, key.type) not in recipient_keys:
recipient_keys.add((key.pubkey, key.type))
if (key.pubkey, key.key_type) not in recipient_keys:
recipient_keys.add((key.pubkey, key.key_type))
files_to_commit.extend(
allow_member(
users_folder(secret_path),