Open samtygier-stfc opened 4 hours ago
Looks like this is because 1b996d28f456794d0819dc0baf46036d164ac8c4 dropped the return True
from MainWindowModel.do_nexus_saving()
on success. That means that the AsyncTaskDialogView
gets None
as the result which it considers to be an error condition.
Summary
When saving to a nexus file I get an error
Steps To Reproduce
Open the IMAT00010675 flower dataset File -> Save as Nexus File Choose output directory and a sample name Click save
Expected Behaviour
Data is saved, no error
Current Behaviour
A file is written, but there is an error message
Context
Current main.
Git bisect suggests the bad commit is 1b996d28f456794d0819dc0baf46036d164ac8c4
do_nexus_saving: switch to Dataset, check if has sample
Failure Logs