How to stop the execution at a node? #189
-
I have a chain of connected nodes and even when I raise sys.exit(0), the next nodes in the chain are getting executed. Am I missing something? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
MichaelAldrich
Jun 2, 2021
Replies: 1 comment 2 replies
-
This is definitely a bug. Here's the fix for the next update. In the mean time you can raise any exception. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ImLucasBrown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is definitely a bug. Here's the fix for the next update. In the mean time you can raise any exception.