mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 06:12: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 {
|
): PGPPublicKeyRingCollection {
|
||||||
val certs =
|
val certs =
|
||||||
try {
|
try {
|
||||||
PGPainless.readKeyRing().keyRingCollection(certIn, false)
|
PGPainless.readKeyRing().keyRingCollection(certIn, true)
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
if (e.message == null) {
|
if (e.message == null) {
|
||||||
throw e
|
throw e
|
||||||
|
|
Loading…
Reference in a new issue