We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfa898 commit eca04ebCopy full SHA for eca04eb
gnupg.py
@@ -392,7 +392,7 @@ def update_sig_info(**kwargs):
392
elif key in ('EXPKEYSIG', 'REVKEYSIG'): # pragma: no cover
393
# signed with expired or revoked key
394
self.valid = False
395
- self.key_id = value.split()[0]
+ self.key_id, self.username = value.split(None, 1)
396
if key == 'EXPKEYSIG':
397
self.key_status = 'signing key has expired'
398
else:
0 commit comments