Bycelium / PyFlow

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

Opening file with wrong extension should prompt an error #211

Closed AlexandreSajus closed 2 years ago

AlexandreSajus commented 2 years ago

Currently, opening a file with the wrong extension either crashes the application or raises a ValueError in the console. The error should be caught and displayed within Pyflow and without closing Pyflow

MathisFederico commented 2 years ago

Closed by #223