-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
Steps to reproduce
Fire up jupyter notebook with R kernel
library(keyring)
kb <- keyring::backend_file$new()
kb$set("svc","blah")Error: key is not a string (length 1 character)
Traceback:
1. kb$set("svc", "blah")
2. b_file_set(self, private, service, username, keyring)
3. self$keyring_unlock(keyring)
4. b_file_keyring_unlock(self, private, keyring, password)
5. private$set_keyring_pass(password, keyring)
6. b__file_set_keyring_pass(self, private, key, keyring)
7. assert_that(is_string(key))
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior