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
I'm going to reopen this as this looks like something we should fix in the tool. I don't think it is very common for a GraphML file to have a key element with no child, but given sparse data is allowed, the tool should still handle it gracefully. Thanks for highlighting the line in question @ms-transalis .
If a vertex/node in GraphML has a Key defined but no value, the Python script errors with the message:
"'NoneType' object has no attribute 'encode'"
.The following Node can't be processed:
The text was updated successfully, but these errors were encountered: