Fix full test report
This commit is contained in:
parent
a6dc846bda
commit
9f8bb77a6e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if msg2['Precedence'] != 'list':
|
|||
gpg1 = subprocess.Popen(['/usr/bin/gpg', '-d'],
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
gpg1o, _ = gpg2.communicate(msg1.get_payload()[1].get_payload(decode=True))
|
||||
gpg1o, _ = gpg1.communicate(msg1.get_payload()[1].get_payload(decode=True))
|
||||
print(f'Key conflict message (decrypted):\n{gpg1o}')
|
||||
gpg2 = subprocess.Popen(['/usr/bin/gpg', '-d'],
|
||||
stdin=subprocess.PIPE,
|
||||
|
|
Loading…
Reference in a new issue