-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
BugIssues and pull requests that are regressions or would be considered a bug by users (e.g. crashing)Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing)ISIS: CoreIssue and pull requests at ISIS that relate to Core features and functionsIssue and pull requests at ISIS that relate to Core features and functions
Milestone
Description
Describe the bug
Load algorithm loading nexus if can't find the specified file extension (e.g. .s02)
To Reproduce
(1) Make sure archive search is enabled in Manage user directories
(2) Run this script
ws = Load(Filename='PEARL00116374.s09')
algs = ws.getHistory()
print('Filename = ', algs[0].getProperty("Filename").value)
it will print out
['\\\\isis.cclrc.ac.uk\\inst$\\ndxpearl\\instrument\\data\\cycle_21_1\\PEARL00116374.nxs']
i.e. it loads the nexus
Expected behavior
Throw an error for file not found
Metadata
Metadata
Assignees
Labels
BugIssues and pull requests that are regressions or would be considered a bug by users (e.g. crashing)Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing)ISIS: CoreIssue and pull requests at ISIS that relate to Core features and functionsIssue and pull requests at ISIS that relate to Core features and functions
Type
Projects
Status
Done