Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph.has_node() throws error if node doesn't exist #38

Closed
frex-e opened this issue Apr 26, 2022 · 1 comment
Closed

graph.has_node() throws error if node doesn't exist #38

frex-e opened this issue Apr 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@frex-e
Copy link

frex-e commented Apr 26, 2022

As described in above.

has_node() appears to expect node() to return None if it doesn't exist, but it throws error instead.

@frex-e frex-e added the bug Something isn't working label Apr 26, 2022
@ehne ehne self-assigned this May 16, 2022
@ehne
Copy link
Owner

ehne commented May 16, 2022

Apologies for the delay, this is indeed a bug and appears to be a carry over from the original PyNode. Should be a simple fix.

@ehne ehne closed this as completed in c8d8304 May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants