Skip to content

Python: Cannot create new attributes on node #172

Open
@Rulasmur

Description

@Rulasmur

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 "<input>", line 1, in <module> IllegalArgumentException: java.lang.IllegalArgumentException: The column 'gender' is not found

has the feature been removed or am I misunderstanding something?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions