Open GsLogiMaker opened 1 year ago
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.
raise
Minimum Reproducing Project - https://github.com/GsLogiMaker/barfi_error_minimal_project/releases/tag/v0.0.0
On a side note, I find it very ironic that the program raises an error in the process of raising an error. XD
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.Minimum Reproducing Project - https://github.com/GsLogiMaker/barfi_error_minimal_project/releases/tag/v0.0.0