diff -r d48ad9c3ec91 -r b76f303ffce6 etherlab/runtime_etherlab.py --- a/etherlab/runtime_etherlab.py Fri Jul 10 11:15:41 2020 +0200 +++ b/etherlab/runtime_etherlab.py Mon Jul 13 13:56:42 2020 +0200 @@ -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: