Python: Cannot create new attributes on node
Open
python-scripting-plugin
- Dominant language
- No language data
- Stars
- 292
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
When I attempt:
`
nde = g.addNode(label="Test",color=blue, size=5.0)
nde.gender = "female"
`
I get the error:
`
Traceback (most recent call last):
File "", line 1, in
IllegalArgumentException: java.lang.IllegalArgumentException: The column 'gender' is not found
`
has the feature been removed or am I misunderstanding something?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.