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
If a session is loaded that has an accept_port_types or reject_port_types
field, when the json file is de-serialized, what should be a set
internally becomes a list.
This commit ensures that the data in the model is always a set,
making conversion each time.
0 commit comments