Skip to content

Missing attr, label, value attributes in Bag Nodes #2

@dgpaci

Description

@dgpaci
# Get all attributes
node = bag.get_node('api_key')
node.attr

raises this error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[4], line 3
      1 # Get all attributes
      2 node = bag.get_node('api_key')
----> 3 node.attr

AttributeError: 'coroutine' object has no attribute 'attr'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions