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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Testing the taurus gui actions I tried the "Tools->export current panel configuration to xml" and got this exception
Traceback (most recent call last):
File "/home/cpascual/.virtualenvs/tmpJul20/lib/python3.7/site-packages/taurus/qt/qtgui/taurusgui/taurusgui.py", line 1737, in onExportCurrentPanelConfiguration
panelxml = PanelDescription.fromPanel(panel).toXml()
File "/home/cpascual/.virtualenvs/tmpJul20/lib/python3.7/site-packages/taurus/qt/qtgui/taurusgui/utils.py", line 429, in fromPanel
icon=panel.icon,
AttributeError: 'DockWidgetPanel' object has no attribute 'icon'
Note: this may be related to #940 (because the Panel Description icon was added there)
The text was updated successfully, but these errors were encountered:
Fixestaurus-org#1129
MR !940 broke the PanelDescription.fromPanel() when using panels
for which the new attributes were not described.
Make the "fromPanel" robust against this situation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Found while doing manual release tests in #1128
Testing the taurus gui actions I tried the "Tools->export current panel configuration to xml" and got this exception
Note: this may be related to #940 (because the Panel Description icon was added there)
The text was updated successfully, but these errors were encountered: