diff -r aed3ca79a10a -r cfa68a06a24d etherlab/EthercatMaster.py --- a/etherlab/EthercatMaster.py Sat Sep 29 13:04:33 2018 +0300 +++ b/etherlab/EthercatMaster.py Sat Sep 29 13:29:20 2018 +0300 @@ -751,10 +751,12 @@ return LocationCFilesAndCFLAGS, LDFLAGS, extra_files ConfNodeMethods = [ - {"bitmap" : "ScanNetwork", - "name" : _("Scan Network"), - "tooltip" : _("Scan Network"), - "method" : "_ScanNetwork"}, + { + "bitmap": "ScanNetwork", + "name": _("Scan Network"), + "tooltip": _("Scan Network"), + "method": "_ScanNetwork", + }, ] def CTNGenerate_C(self, buildpath, locations):