Skip to content
Snippets Groups Projects
Commit 52ef52ea authored by vlorentz's avatar vlorentz
Browse files

Use attr instead of NamedTuple to generate SWHID.

As NamedTuple inherits from tuple, msgpack serializes it like a tuple,
which makes it indistinguishable from a tuple when deserializing,
which is an issue for the RPC API.
parent bea256e3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment