This commit is contained in:
gac-S_Changer
2018-06-04 09:51:46 +02:00
parent 5e798200ff
commit ac4dcfe5fb

View File

@@ -43,7 +43,7 @@ class RobotTCP(TcpDevice, Stoppable):
self.reset = True
self.task_start_retries = 3
self.exception_on_task_start_failure = False #Tasks may start and be finished when checked
self.exception_on_task_start_failure = True #Tasks may start and be finished when checked
def doInitialize(self):