diff -r 19f19c66b67e -r 63f4af6bf6d9 ProjectController.py --- 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