diff -r 47775c9367bd -r 88a9d64560d3 etherlab/EtherCATManagementEditor.py --- a/etherlab/EtherCATManagementEditor.py Sat Sep 29 13:30:41 2018 +0300 +++ b/etherlab/EtherCATManagementEditor.py Sat Sep 29 13:34:06 2018 +0300 @@ -1692,7 +1692,7 @@ row_data.append(hex_address) # append description - if self.RegisterDescriptionDict.has_key(hex_address): + if hex_address in self.RegisterDescriptionDict: row_data.append(self.RegisterDescriptionDict[hex_address]) else: row_data.append("")