Skip to content

AttributeError: 'DiGraph' object has no attribute 'node' #80

@andreif

Description

@andreif

There is a reference to undefined attribute. Should it be ._node instead?

self.dep_graph.node[node]['sheet'] = node.sheet
self.dep_graph.node[node]['label'] = node.address.coordinate

Same in

self._children = sorted(args, key=lambda x: self.ast.node[x]['pos'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions