Open mzarnowski opened 2 years ago
We are asking gpg for a specific key to check for its existence. When it doesn't exist, we get this warning.
We need do the filtering by name/fingerprint in our wrapper, not delegating it to the python-gnupg.
It seems the warning also happens when deleting a public key while private one still exists. It's worth adding a test for that probably
We are asking gpg for a specific key to check for its existence. When it doesn't exist, we get this warning.
We need do the filtering by name/fingerprint in our wrapper, not delegating it to the python-gnupg.