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
So for some reason using archiver.unarchive(f.read()) doesn't results in and uid type for the root node,
but instead a single dict being an {'UID': 1} element.
I feel like {'UID': 1} should totally be uid(1), but for some reason at that point it isn't.
Version 0.1.4 from pip
The text was updated successfully, but these errors were encountered:
So for some reason using
archiver.unarchive(f.read())
doesn't results in anduid
type for the root node,but instead a single
dict
being an{'UID': 1}
element.I feel like
{'UID': 1}
should totally beuid(1)
, but for some reason at that point it isn't.Version 0.1.4 from pip
The text was updated successfully, but these errors were encountered: