Ticket #3259 (closed: fixed)
Help button on ORNL SANS raises an error
Reported by: | Martyn Gigg | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
While testing a different ticket on RHEL5 I clicked on the help button and it produced this error in the script console:
Traceback (most recent call last): File "/opt/Mantid/scripts/Interface/reduction_gui/widgets/sans/eqsans_instrument.py", line 475, in _show_help dialog = HelpDialog(self) File "/opt/Mantid/scripts/Interface/reduction_gui/widgets/sans/eqsans_instrument.py", line 473, in __init__ QtGui.QDialog.__init__(self, parent=parent) TypeError: keyword arguments are not supported
However, this did not happen on Ubuntu.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
Note: See
TracTickets for help on using
tickets.