ProjectController.py
changeset 1760 ed2e2afb9573
parent 1758 845ca626db09
child 1763 bcc07ff2362c
--- a/ProjectController.py	Thu Aug 17 10:04:24 2017 +0300
+++ b/ProjectController.py	Thu Aug 17 10:08:23 2017 +0300
@@ -1588,7 +1588,7 @@
                                     self.TracedIECPath,
                                     self.DebugValuesBuffers,
                                     debug_vars):
-                                IECdebug_data = self.IECdebug_datas.get(IECPath, None)  #FIXME get
+                                IECdebug_data = self.IECdebug_datas.get(IECPath, None)  # FIXME get
                                 if IECdebug_data is not None and value is not None:
                                     forced = IECdebug_data[2:4] == ["Forced", value]
                                     if not IECdebug_data[4] and len(values_buffer) > 0: