diff -r fec90dc70e16 -r 8f1a2846b2f5 etherlab/EthercatMaster.py --- 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 #--------------------------------------------------