physimals / quantiphyse

Application for analysis and modelling of volumetric medical imaging data
Apache License 2.0
27 stars 3 forks source link

Simple Maths widget won't forget incorrect commands #27

Closed mcraig-ibme closed 5 years ago

mcraig-ibme commented 5 years ago

To reproduce:

Load some data, e.g. mpdata Enter an incorrect command in the Simple Maths widget, e.g. mpdata*q Click 'Run'. Error is displayed as expected.

Now correct the command, e.g. mpdata*4 Click 'Run' Same error is displayed. Can't get it to work although if you run it with a different error it does respond with a different message!

mcraig-ibme commented 5 years ago

Fixed - the process was not clearing the previous exception before each run so although the process ran using the updated command it then reported the error from the previous one!

For next release

mcraig-ibme commented 5 years ago

Fixed in 0.9.2 release