Ticket #4437 (closed: fixed)
send to error not caught at a sensible level
Reported by: | Nick Draper | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Parker |
Description
- Pick a random workspace.
- send to SASNView
- Error displayed as Terminate/continue dialog box
The error is good, but should never get as far as the last chance error handler. People should not be given the option to terminate because there send to failed.
Change History
comment:3 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker
Note: See
TracTickets for help on using
tickets.
Refs #4437. Add try and catch statements to the SendTo algorithm.
The problem is caused by the save algorithm asking for a property that doesn't belong in that file. A message will tell the user the problem and how to change the save algorithm "send to" uses.