paulscherrerinstitute / pcaspy

Portable Channel Access Server in Python
BSD 3-Clause "New" or "Revised" License
32 stars 24 forks source link

Update daemonising of scan PVs #97

Closed spreiter closed 6 months ago

spreiter commented 6 months ago

Closes https://github.com/paulscherrerinstitute/pcaspy/issues/96 .

The setDaemon() call is deprecated in Python 3.10. Instead the attribute is used.

xiaoqiangwang commented 6 months ago

Thanks!