Skip to content

awg.py: use Thread.is_alive() instead of isAlive()

Christopher Wipf requested to merge christopher.wipf/dtt:master into master

isAlive() was removed in python 3.9: https://github.com/python/cpython/issues/81985

Merge request reports