You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only checks the trust level of the last found key, so in my setup I'm getting the "invalid user ID" error.
It looks like LBYL to me: code hard to implement that miss some cases. Should the EAFP style be used instead by just trying to access the password store, and catching an exception as needed? I haven't read the project history I bet this code is here for a reason.
The text was updated successfully, but these errors were encountered:
My
gpg --lisk-keys
lists a revoked key after my current key.The current implementation for
isvalid
:only checks the trust level of the last found key, so in my setup I'm getting the "invalid user ID" error.
It looks like LBYL to me: code hard to implement that miss some cases. Should the EAFP style be used instead by just trying to access the password store, and catching an exception as needed? I haven't read the project history I bet this code is here for a reason.
The text was updated successfully, but these errors were encountered: