Ticket #9073 (closed: fixed)
Fix python help text for ExperimentInfo class
Reported by: | Ross Miller | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | trivial | Milestone: | Release 3.2 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
The python help text for the ExperimentInfo.run() method has an incorrect description. It looks like an copy-n-paste error from the sample method.
I think the actual source file that needs to be changed is: Mantid/Framework/PythonInterface/mantid/api/src/Exports/ExperimentInfo.cpp
I'm not sure what the correct text should be, though.
Change History
comment:1 Changed 7 years ago by Russell Taylor
- Priority changed from major to trivial
- Cc Ross, Miller removed
- Status changed from new to assigned
- Owner set to Russell Taylor
comment:2 Changed 7 years ago by Russell Taylor
- Status changed from assigned to inprogress
Re #9073. Fix the ExperimentInfo::run docstring.
It had obviously been copy-pasted and not fixed up to refer to the right thing.
Changeset: fbd93ed32565c25da73538172157bd2af29016dc
comment:3 Changed 7 years ago by Russell Taylor
- Status changed from inprogress to verify
- Resolution set to fixed
To test: Just look at the code change.
comment:4 Changed 7 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:5 Changed 7 years ago by Michael Reuter
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/9073_experimentinfo_doc_fix'
Full changeset: 680debf48cfd8da6c34d95d3f87d7edb84115cd7
Good spot, and a nice easy thing to sort on a Friday afternoon.