runtime/PLCObject.py
changeset 1767 c74815729afd
parent 1760 ed2e2afb9573
child 1768 691083b5682a
--- a/runtime/PLCObject.py	Thu Aug 17 17:25:17 2017 +0300
+++ b/runtime/PLCObject.py	Fri Aug 18 12:36:31 2017 +0300
@@ -483,7 +483,7 @@
                     if force is not None:
                         c_type, unpack_func, pack_func = \
                             TypeTranslator.get(iectype,
-                                                    (None, None, None))
+                                               (None, None, None))
                         force = ctypes.byref(pack_func(c_type, force))
                     self._RegisterDebugVariable(idx, force)
                 self._TracesSwap()