mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
SOP: KeyReader is silent
This commit is contained in:
parent
3c343dc45c
commit
ad2976dbcc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class KeyReader {
|
|||
): PGPPublicKeyRingCollection {
|
||||
val certs =
|
||||
try {
|
||||
PGPainless.readKeyRing().keyRingCollection(certIn, false)
|
||||
PGPainless.readKeyRing().keyRingCollection(certIn, true)
|
||||
} catch (e: IOException) {
|
||||
if (e.message == null) {
|
||||
throw e
|
||||
|
|
Loading…
Reference in a new issue