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 Nov 3, 2021. It is now read-only.
Showscan reports attribute error if the door name does not exist.
load_entry_point('sardana==3.0.4a0', 'gui_scripts', 'showscan')()
File "/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3/dist-packages/sardana/taurus/qt/qtgui/extra_sardana/showscanonline.py", line 318, in main
widget.setModel(door)
File "/usr/lib/python3/dist-packages/sardana/taurus/qt/qtgui/extra_sardana/showscanonline.py", line 238, in setModel
self.info_form.setModel(model)
File "/usr/lib/python3/dist-packages/sardana/taurus/qt/qtgui/extra_sardana/showscanonline.py", line 113, in setModel
door.recordDataUpdated.connect(self.onRecordDataUpdated)
AttributeError: 'NoneType' object has no attribute 'recordDataUpdated'
The text was updated successfully, but these errors were encountered:
Showscan reports attribute error if the door name does not exist.
The text was updated successfully, but these errors were encountered: