Bug extra_files deletion in working directory fixed
authorlaurent
Wed, 29 Jul 2009 10:49:31 +0200
changeset 365 a7f58414dea0
parent 364 27ea6a6747fc
child 366 cd90e4c10261
Bug extra_files deletion in working directory fixed
runtime/PLCObject.py
--- a/runtime/PLCObject.py	Wed Jul 29 10:48:02 2009 +0200
+++ b/runtime/PLCObject.py	Wed Jul 29 10:49:31 2009 +0200
@@ -123,6 +123,10 @@
 
             self._resumeDebug = self.PLClibraryHandle.resumeDebug
             self._resumeDebug.restype = None
+
+            self._PythonIterator = self.PLClibraryHandle.PythonIterator
+            self._PythonIterator.restype = ctypes.c_char_p
+            self._PythonIterator.argtypes = [ctypes.c_char_p]
             
             return True
         except: