Skip to content

Small bug in Node.has_parents #1

@heyitsguay

Description

@heyitsguay

At line 276 in Node.py:

	def has_parents(self):
		return self.graph.get_parents(node=self)

Pretty sure the second line should say return self.graph.has_parents(node=self).

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