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

Metadata API: Root.add_key() is broken #1378

Closed
jku opened this issue May 7, 2021 · 1 comment · Fixed by #1386
Closed

Metadata API: Root.add_key() is broken #1378

jku opened this issue May 7, 2021 · 1 comment · Fixed by #1386
Assignees
Labels

Comments

@jku
Copy link
Member

jku commented May 7, 2021

Recent Key object addition broke Root.add_key(): it now adds a dictionary into the internal dict but it should add a Key. This can be tested by adding a metadata.to_dict() after calling Root.add_key() in the tests.

I didn't fix it since I don't know how this is used -- should the function accept a Key as arg?

@jku jku added the bug label May 7, 2021
@jku
Copy link
Member Author

jku commented May 7, 2021

cc @MVrachev

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

Successfully merging a pull request may close this issue.

2 participants