Ticket #3132 (closed: fixed)
System test failure due to mantidsimple changes
Reported by: | Michael Whitty | Owned by: | Nick Draper |
---|---|---|---|
Priority: | trivial | Milestone: | Iteration 29 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\MantidSystemTests\StressTestFramework\stresstesting.py", line 86, in execute self.runTest() File "C:/MantidSystemTests/SystemTests/AnalysisTests\TOSCAReductionTest.py", line 14, in runTest reducer.reduce() File "C:/MantidInstall/scripts/reduction\reducer.py", line 536, in reduce result = item.execute(self, file_ws) File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 776, in execute wsname = self._get_ws_name(file_ws) File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 793, in _get_ws_name return self._run_title(workspace) File "c:/MantidInstall/scripts/Inelastic\inelastic_indirect_reduction_steps.py", line 804, in _run_title valid = "-_.() %s%s" % (string.ascii_letters, string.digits) NameError: global name 'string' is not defined
Change History
comment:2 Changed 9 years ago by Michael Whitty
- Status changed from accepted to verify
- Resolution set to fixed
comment:3 Changed 9 years ago by Nick Draper
- Owner changed from Michael Whitty to Martyn Gigg
Moved from Michael Whitty, ask Martyn if you have any questions during testing
comment:4 Changed 9 years ago by Nick Draper
- Owner changed from Martyn Gigg to Nick Draper
Moved so they can be tested
comment:5 Changed 9 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
Note: See
TracTickets for help on using
tickets.