--- a/runtime/PLCObject.py Thu Sep 03 11:16:08 2020 +0200
+++ b/runtime/PLCObject.py Thu Sep 10 16:08:26 2020 +0200
@@ -440,6 +440,7 @@
self.PythonRuntimeCall("start")
self.PythonRuntimeCall("stop", reverse_order=True)
@@ -471,8 +472,6 @@
self._fail(_("Problem starting PLC : can't load PLC"))
if self.CurrentPLCFilename is not None and self.PLCStatus == PlcStatus.Stopped:
c_argv = ctypes.c_char_p * len(self.argv)
res = self._startPLC(len(self.argv), c_argv(*self.argv))