etherlab/EthercatMaster.py
changeset 2375 cfa68a06a24d
parent 2370 e40f3914e55f
child 2380 b35bce45bc5a
--- 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):