TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
4 stars 1 forks source link

Handling exceptions when saving project #38

Closed WeisLeDocto closed 10 months ago

WeisLeDocto commented 10 months ago

As detailed in #33, a double-check was missing when saving a project. This PR adds several checks:

It fixes a bug where the save popup remains displayed even though the saving crashed. Now, the user is also informed that the saving crashed, which was not the case previously.