You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: