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

Run right does not work: it executes itself multiple times #277

Closed FabienRoger closed 2 years ago

FabienRoger commented 2 years ago

Steps to reproduce: Take the flow_test asset and add "counter += 1" in Cell 5 in the middle. Initialize the counter elsewhere. Run right the cell with the "counter += 1" Print what is in the counter elsewhere. It contains 4.

image

MathisFederico commented 2 years ago

Yup, this clearly need a fix !

FabienRoger commented 2 years ago

Fixed directly in #276