diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 1bd8a9c..33ac819 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -409,6 +409,7 @@ class RobotTCP(TcpDevice, Stoppable): tasks.append(self.current_task) for task in tasks: #if self.get_task_status(task)[0]>=0: + print "Killing " + task self.task_kill(task) def get_task(self):