Fixed typo in PLCObject.py
authoretisserant
Fri, 22 Aug 2008 15:27:37 +0200
changeset 216 11124e129a28
parent 215 0a98f2308107
child 217 f3eb35df4d87
Fixed typo in PLCObject.py
runtime/PLCObject.py
--- a/runtime/PLCObject.py	Fri Aug 22 13:36:54 2008 +0200
+++ b/runtime/PLCObject.py	Fri Aug 22 15:27:37 2008 +0200
@@ -170,6 +170,7 @@
     def StopPLC(self):
         if self.PLCStatus == "Started":
             self._DoStopPLC()
+            return True
         return False
 
     def _Reload(self):