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.
Not sure if this is a problem in Taurus or PyTango. But if I import taurus in PyTango DS this causes that the delete_device method is not called at the DS shutdown. This does not happen with python 2 but happens with python 3.
I don't know why, but in my machine debain9 I cannot reproduce the problem with python3 and PyTango version 9.2.5. The print 'delete_device' appears correctly.
However in python2 and PyTango version 9.2.0 the print is not there; the delete_device method is not called in python2 in my case.
Now, I reproduce the problem in my stretch machine with both Py2 and Py3.
I can not reproduce the error with the taurus Py3 conda env. (using tango 9.3.1)
Not sure if this is a problem in Taurus or PyTango. But if I import taurus in PyTango DS this causes that the
delete_device
method is not called at the DS shutdown. This does not happen with python 2 but happens with python 3.To reproduce:
PyDsExp.py
file:tango_admin --add-server PyDsExp/test PyDsExp test/pydsexp/1
On Debian
tango_admin
is installed in/usr/lib/tango
.python3 PyDsExp.py test
Then, you won't observe "delete_device" print. When you run it with python 2 you can see it.
The text was updated successfully, but these errors were encountered: