diff -r 76e8ec46828a -r 745b64e7c695 etherlab/runtime_etherlab.py --- a/etherlab/runtime_etherlab.py Fri Dec 25 17:12:02 2020 +0000 +++ b/etherlab/runtime_etherlab.py Mon Jan 18 10:59:28 2021 +0100 @@ -114,6 +114,7 @@ time.sleep(0.5) +# TODO : rename to match _runtime_{location}_extname_init() format def _runtime_etherlab_init(): global KMSGPollThread, StopKMSGThread StopKMSGThread = False @@ -121,6 +122,7 @@ KMSGPollThread.start() +# TODO : rename to match _runtime_{location}_extname_cleanup() format def _runtime_etherlab_cleanup(): global KMSGPollThread, StopKMSGThread, SDOThread try: