From 8516f6747b82d297857b6e3ed96afb11da48be51 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 29 Mar 2017 15:40:07 +0200 Subject: [PATCH] Closedown --- script/RobotTCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 67261e5..fe7173b 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -383,7 +383,7 @@ class RobotTCP(TcpDevice, Stoppable): for task in (self.high_level_tasks + [program]): if (task is not None) and (self.get_task_status(task)[0]>=0): raise Exception("Ongoing high-level task: " + task) - print "Setting ", self.current_task + print "Setting ", program self.current_task = program self.task_create(program, *args, **kwargs)