Skip to content
Snippets Groups Projects

fix: protect taurusgui against lack of PyQtWebEngine

Merged Zbigniew Reszela requested to merge reszelaz/taurus:taurusgui_manual_no_webengine into develop

Manual panel's widget is None when PyQtWebEngine is not installed. Avoid exception on closing GUI by only propagating the closeEvent to the panel's widget when it exists.

MainThread     ERROR    2022-01-10 14:03:58,500 LogExceptHook: Unhandled exception:
Traceback (most recent call last):
  File "c:\users\vagrant\appdata\local\programs\python\python38\lib\site-packages\taurus\qt\qtgui\taurusgui\taurusgui.py", line 426, in closeEvent
    panel.widget().closeEvent(event)
AttributeError: 'NoneType' object has no attribute 'closeEvent'

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading