# HG changeset patch # User Andrey Skvortsov # Date 1538227914 -10800 # Node ID fddc29dee614db18b216a29c5f9a95de11a6b0af # Parent aad985da14f7b22e72bbf49393486673dfda870a clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called diff -r aad985da14f7 -r fddc29dee614 etherlab/EthercatCIA402Slave.py --- a/etherlab/EthercatCIA402Slave.py Sat Sep 29 16:29:41 2018 +0300 +++ b/etherlab/EthercatCIA402Slave.py Sat Sep 29 16:31:54 2018 +0300 @@ -133,6 +133,8 @@ # -------------------------------------------------- def __init__(self): + _EthercatSlaveCTN.__init__(self) + # ----------- call ethercat mng. function -------------- self.CommonMethod = _CommonSlave(self)