WIP: Verify local image

This commit is contained in:
Alex Pyrgiotis 2025-02-04 19:42:42 +02:00
parent a77fc938fd
commit 22102f29e6
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -302,7 +302,7 @@ def store_signatures(signatures: list[Dict], image_hash: str, pubkey: str) -> No
)
pubkey_signatures = SIGNATURES_PATH / get_file_hash(pubkey)
pubkey_signatures.mkdir(exist_ok=True)
pubkey_signatures.mkdir(parents=True, exist_ok=True)
with open(pubkey_signatures / f"{image_hash}.json", "w") as f:
log.info(