etherlab/EthercatMaster.py
changeset 2353 8f1a2846b2f5
parent 2165 02a2b5dee5e3
child 2355 fec77f2b9e07
--- a/etherlab/EthercatMaster.py	Fri Sep 28 13:21:06 2018 +0300
+++ b/etherlab/EthercatMaster.py	Fri Sep 28 17:14:42 2018 +0300
@@ -31,7 +31,7 @@
 try:
     from EthercatCIA402Slave import _EthercatCIA402SlaveCTN
     HAS_MCL = True
-except:
+except Exception:
     HAS_MCL = False
 
 #--------------------------------------------------