Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix split for node/attributes in loadGraph() #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix split for node/attributes in loadGraph() #38

wants to merge 1 commit into from

Conversation

AlexLaur
Copy link

If we have a node in the JSON like "node.color.R", there is an error.
I added a rpartition instead of a split in order to have the last element for the attribute and the first element for the node : "node.color" for the name dans "R" for the attribute.

If we have a node in the JSON like "node.color.R", there is a error.
I added a rpartition instead of a split in order to have the last element for the attribute and the first element for the node : "node.color" for the name dans "R" for the attribute.
glm-ypinczon pushed a commit to glm-ypinczon/Nodz that referenced this pull request Sep 30, 2021
Modifications Pour release Layout Editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant