diff -r fec90dc70e16 -r 8f1a2846b2f5 etherlab/runtime_etherlab.py --- a/etherlab/runtime_etherlab.py Fri Sep 28 13:21:06 2018 +0300 +++ b/etherlab/runtime_etherlab.py Fri Sep 28 17:14:42 2018 +0300 @@ -100,7 +100,7 @@ global KMSGPollThread, StopKMSGThread, SDOProc, SDOThread try: os.kill(SDOProc.pid, SIGTERM) - except: + except Exception: pass SDOThread = None StopKMSGThread = True