Ticket #5472 (closed: fixed)
[C2E] - Interface cant load inst def file on startup on Win7 build
Reported by: | Peter Parker | Owned by: | Peter Parker |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Dereck Kachere |
Description
A slash is missing between the instrument folder path and file name.
Change History
comment:3 Changed 8 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
To test, simply open up the Convert to Energy interface on a 64bit installation of Mantid on Windows 7, and select an Indirect instrument (e.g. IRIS) from the dropdown menu.
Ensure there are no errors reported when selecting the isntrument.
comment:4 Changed 8 years ago by Peter Parker
Refs #5472 - Using os.path.join to construct file path.
Changeset: da9885900bf208fa18acead913e1a638b4cd49c3
comment:5 Changed 8 years ago by Peter Parker
Refs #5472 - Using os.path.join to construct file path.
Changeset: da9885900bf208fa18acead913e1a638b4cd49c3
comment:6 Changed 8 years ago by Dereck Kachere
- Status changed from verify to verifying
- Tester set to Dereck Kachere
Note: See
TracTickets for help on using
tickets.
Refs #5472 - Using os.path.join to construct file path.