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.
When performing manual tests for release Jul19, on win10 vm, with conda environment py3qt5:
Execute:
taurus demo
'Led' button demo
Modifying model names:
Remove the attribute '/state' from the model name 'sys/tg_test/1/state'; in such a way to only leave the device name 'sys/tg_test/1' (Maybe, it is not 100% reproducible).
Error Traceback:
Traceback (most recent call last):
File "c:\miniconda\envs\py3qt5\lib\site-packages\taurus\qt\qtgui\base\taurusbase.py", line 394, in filterEvent
self.handleEvent(*evt)
File "c:\miniconda\envs\py3qt5\lib\site-packages\taurus\qt\qtgui\display\taurusled.py", line 267, in handleEvent
self.controller().handleEvent(evt_src, evt_type, evt_value)
File "c:\miniconda\envs\py3qt5\lib\site-packages\taurus\qt\qtgui\display\taurusled.py", line 255, in controller
ctrl_klass = self._calculate_controller_class()
File "c:\miniconda\envs\py3qt5\lib\site-packages\taurus\qt\qtgui\display\taurusled.py", line 242, in _calculate_controller_class
elif model.isBoolean():
File "c:\miniconda\envs\py3qt5\lib\site-packages\taurus\core\tango\tangodevice.py", line 79, in __getattr__
return getattr(self._deviceObj, name)
File "c:\miniconda\envs\py3qt5\lib\site-packages\tango\device_proxy.py", line 319, in __DeviceProxy__getattr
raise AttributeError(name)
AttributeError: isBoolean
The text was updated successfully, but these errors were encountered:
When performing manual tests for release Jul19, on win10 vm, with conda environment py3qt5:
Execute:
'Led' button demo
Modifying model names:
Remove the attribute '/state' from the model name 'sys/tg_test/1/state'; in such a way to only leave the device name 'sys/tg_test/1' (Maybe, it is not 100% reproducible).
Error Traceback:
The text was updated successfully, but these errors were encountered: