ProjectController.py
changeset 1754 63f4af6bf6d9
parent 1752 d14ff9d7eb76
child 1756 08e4394ff4fb
--- a/ProjectController.py	Wed Aug 16 13:49:02 2017 +0300
+++ b/ProjectController.py	Wed Aug 16 13:56:36 2017 +0300
@@ -97,7 +97,7 @@
     def __init__(self):
         self.iec2c = None
         self.iec2c_buildopts = None
-        self.ieclib_path   = self.findLibPath()
+        self.ieclib_path = self.findLibPath()
         self.ieclib_c_path = self.findLibCPath()
 
     def findObject(self, paths, test):
@@ -1472,7 +1472,7 @@
         # If no entry exist, create a new one with a fresh WeakKeyDictionary
         IECdebug_data = self.IECdebug_datas.get(IECPath, None)
         if IECdebug_data is None:
-            IECdebug_data  = [
+            IECdebug_data = [
                     WeakKeyDictionary(),  # Callables
                     [],                   # Data storage [(tick, data),...]
                     "Registered",         # Variable status