Ticket #2878 (closed: fixed)
Error in Indirect CTE
Reported by: | Michael Whitty | Owned by: | Michael Whitty |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
Running Indirect Convert To Energy interface for IRIS run 21360, get the following error message in the scripting console:
NameError on line 9: "global name '_makeString' is not defined" in file 'mantidsimple.py' at line 1605
Seems to happen for any instrument on that interface, though the line number occasionally changes.
Investigate and resolve.
Change History
comment:1 Changed 9 years ago by Michael Whitty
- Status changed from new to accepted
- type changed from enhancement to defect
comment:2 Changed 9 years ago by Michael Whitty
tracked problem to changeset [11122]. not so sure that import was unnecessry.
comment:3 Changed 9 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
(In [11155]) fixes #2878 - in Python, "from <modulename> import *" does not import names beginning with an underscore. reference: http://docs.python.org/tutorial/modules.html#more-on-modules
comment:5 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.