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

[Bug] Creating cyclic connections raises exception incorrectly #23

Open
GsLogiMaker opened this issue Sep 21, 2023 · 1 comment
Open

Comments

@GsLogiMaker
Copy link

GsLogiMaker commented Sep 21, 2023

Creating cyclical connections between nodes raises a TypeError because raise is invoked with a str, rather than an Exception. A custom Exception should be used for this.

Screenshot from 2023-09-21 11-17-59

Minimum Reproducing Project - https://github.com/GsLogiMaker/barfi_error_minimal_project/releases/tag/v0.0.0

@GsLogiMaker
Copy link
Author

GsLogiMaker commented Sep 21, 2023

On a side note, I find it very ironic that the program raises an error in the process of raising an error. XD

@GsLogiMaker GsLogiMaker changed the title ERROR Creating cyclic connections raises exception incorrectly [Bug] Creating cyclic connections raises exception incorrectly Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant