beremiz

Fixed typo in PLCObject.py

2008-08-22, etisserant
11124e129a28
Parents 0a98f2308107
Children f3eb35df4d87
Fixed typo in 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):