From ac4dcfe5fb052875c5dc2290fb577f4618c233cb Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 4 Jun 2018 09:51:46 +0200 Subject: [PATCH] --- script/devices/RobotTCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/devices/RobotTCP.py b/script/devices/RobotTCP.py index 790b653..4461854 100644 --- a/script/devices/RobotTCP.py +++ b/script/devices/RobotTCP.py @@ -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):