Ticket #2392 (closed: fixed)
Instrument name case should be ignored by FileFinder
Reported by: | Nick Draper | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
I have discovered just now that the Instrument name is case specific in scripting.
This works if you have search archive set to true.
for i in range(7508,7516): LoadRaw("OFFSPEC"+str(i),"w"+str(i),LoadMonitors="Include")
However if you have "offspec" it fails.
Change History
comment:2 Changed 9 years ago by Nick Draper
- Owner set to Roman Tolchenov
- Status changed from new to assigned
- Priority changed from major to critical
comment:5 Changed 9 years ago by Roman Tolchenov
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 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.
ValueError on line 2: "Invalid value for property Filename (string) "OFFsPEC4622.nxs": File "OFFsPEC4622.nxs" not found" in file 'mantidsimple.py' at line 5966