Ticket #2839 (closed: fixed)
Improve feedback if Load algorithm can't identify file
Reported by: | Russell Taylor | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
Point the Load algorithm at a completely random file (a jpeg, for example) and the response is just the following"
Error in execution of algorithm Load: Cannot find loader, LoaderName property has not been set.
We need to be more helpful than this! More pertinently, this also happens if it doesn't recognise the flavour of nexus file.
Change History
comment:1 Changed 9 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [10927]) Fixes #2839. Make the error message from the Load algorithm much clearer if it can't find an appropriate loader.