Ticket #2392 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

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:1 Changed 10 years ago by Nick Draper

ValueError on line 2: "Invalid value for property Filename (string) "OFFsPEC4622.nxs": File "OFFsPEC4622.nxs" not found" in file 'mantidsimple.py' at line 5966

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:3 Changed 9 years ago by Roman Tolchenov

  • Status changed from assigned to accepted

comment:4 Changed 9 years ago by Roman Tolchenov

(In [10893]) Searching for both upper and lower case filenames. re #2392

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

comment:7 Changed 9 years ago by Michael Whitty

  • Status changed from verifying to closed

tested in 11062

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3239

Note: See TracTickets for help on using tickets.