refactor: add invalid .gpg-id
file contents to errors
This commit is contained in:
parent
99bfccf945
commit
baabe5ba52
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class PasswordCreationActivity : BasePgpActivity() {
|
|||
}
|
||||
.filterIsInstance<GpgIdentifier>()
|
||||
if (gpgIdentifiers.isEmpty()) {
|
||||
error("Failed to parse identifiers from .gpg-id")
|
||||
error("Failed to parse identifiers from .gpg-id: ${gpgIdentifierFile.readText()}")
|
||||
}
|
||||
val content = "$editPass\n$editExtra"
|
||||
val path =
|
||||
|
|
Loading…
Reference in a new issue