Ticket #2864 (closed: fixed)
mtdHelp("AlgorithmName") isn't working
| Reported by: | Russell Taylor | Owned by: | Russell Taylor |
|---|---|---|---|
| Priority: | critical | Milestone: | Iteration 28 |
| Component: | Python | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Tester: | Andrei Savici |
Description
The error is something like:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/tr9/Mantid/Code/intel-release/bin/MantidFramework.py", line 344, in mantidHelp
exec('help(%s)' % alg_name)
File "<string>", line 1, in <module>
NameError: name 'Load' is not defined
Change History
comment:1 Changed 9 years ago by Russell Taylor
- Status changed from new to accepted
- Owner changed from Peter Peterson to Russell Taylor
comment:2 Changed 9 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
Fixed by Pete via Janik in [11117]
comment:3 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
Note: See
TracTickets for help on using
tickets.
