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
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?
The text was updated successfully, but these errors were encountered:
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 ametadata.to_dict()
after callingRoot.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?
The text was updated successfully, but these errors were encountered: