Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyring.FileBackend should return ErrKeyNotFound for Remove() when the key is not present #125

Open
chkohner opened this issue Mar 14, 2023 · 0 comments

Comments

@chkohner
Copy link

When using keyring.FileBackend and you try to remove a key that doesn't exist, it returns an fs.ErrNotExist instead of ErrKeyNotFound like other backends.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant