From 78430855f695e8faa1982aa890505f20f6611fe0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 1 Mar 2023 20:26:51 +0100 Subject: openpgp: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- gemato/openpgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemato/openpgp.py b/gemato/openpgp.py index 630872d..fb178af 100644 --- a/gemato/openpgp.py +++ b/gemato/openpgp.py @@ -210,7 +210,7 @@ class SystemGPGEnvironment: sig_list[-1].fingerprint = spl[2].decode('utf8') sig_list[-1].timestamp = ( self._parse_gpg_ts(spl[4].decode('utf8'))) - sig_list[-1].expiration_timestamp = ( + sig_list[-1].expire_timestamp = ( self._parse_gpg_ts(spl[5].decode('utf8'))) sig_list[-1].primary_key_fingerprint = spl[11].decode('utf8') elif line.startswith(b'[GNUPG:] TRUST_'): -- cgit v1.2.3