etherlab/runtime_etherlab.py
changeset 2353 8f1a2846b2f5
parent 2132 9f5e4dc43053
child 2355 fec77f2b9e07
--- 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