From a27ee04cfe5aa4952f193414017b271c4f939119 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 29 Mar 2017 17:08:21 +0200 Subject: [PATCH] Script execution --- script/RobotTCP.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 5bb6276..afef45f 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -353,7 +353,8 @@ class RobotTCP(TcpDevice, Stoppable): self.get_task() if self.current_task is not None: print "Ongoing task: " + self.current_task - + + print self.current_task if (not self.settled) or (self.current_task is not None): self.setState(State.Busy) if not self.empty: self.setState(State.Paused) else: self.setState(State.Ready)