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
Notice that e's members is still in Member type, which is not python primitive. That is to say, serialization is not complete.
This prevents deserialization with ast.literal_eval from string.
The text was updated successfully, but these errors were encountered:
Given
e
is a relation, invokee.to_dict()
gives:Notice that e's members is still in
Member
type, which is not python primitive. That is to say, serialization is not complete.This prevents deserialization with
ast.literal_eval
from string.The text was updated successfully, but these errors were encountered: