You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While testing a different ticket on RHEL5 I clicked on the help button and it produced this error in the script console:
However, this did not happen on Ubuntu.
The text was updated successfully, but these errors were encountered: