etherlab/etherlab.py
changeset 2363 9c7da6ff6a34
parent 2360 2a3d022a7dac
child 2364 4ea781f30555
--- a/etherlab/etherlab.py	Fri Sep 28 18:12:18 2018 +0300
+++ b/etherlab/etherlab.py	Fri Sep 28 19:02:49 2018 +0300
@@ -393,7 +393,7 @@
 
 class RootClass:
 
-    CTNChildrenTypes = [("EthercatNode",_EthercatCTN,"Ethercat Master")]
+    CTNChildrenTypes = [("EthercatNode", _EthercatCTN, "Ethercat Master")]
     EditorType = LibraryEditor
 
 
@@ -416,7 +416,7 @@
         return True
 
     def CTNGenerate_C(self, buildpath, locations):
-        return [],"",False
+        return [], "", False
 
     def LoadModulesLibrary(self):
         if self.ModulesLibrary is None: