Bycelium / PyFlow

An open-source tool for visual and modular block programming in python
GNU General Public License v3.0
1.27k stars 52 forks source link

:tada: Interrupts execution on error #265

Closed AlexandreSajus closed 2 years ago

AlexandreSajus commented 2 years ago

Interrupts the execution if there is an error and resets the state of the blocks that were in the execution queue and the block that errored out.

Fixes #215