From 1745431f3364bbe3504ee1358999593f74fedf12 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 22 Mar 2017 16:46:56 +0100 Subject: [PATCH] Closedown --- robot/MXLAB/Controller1/usr/configs/controller.cfx | 2 +- script/RobotTCP.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/MXLAB/Controller1/usr/configs/controller.cfx b/robot/MXLAB/Controller1/usr/configs/controller.cfx index 45f650c..104c937 100644 --- a/robot/MXLAB/Controller1/usr/configs/controller.cfx +++ b/robot/MXLAB/Controller1/usr/configs/controller.cfx @@ -33,5 +33,5 @@ - + \ No newline at end of file diff --git a/script/RobotTCP.py b/script/RobotTCP.py index adf9930..5ff3eff 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -346,7 +346,7 @@ class RobotTCP(TcpDevice, Stoppable): if not self.empty: self.setState(State.Paused) else: self.setState(State.Ready) - def doUpdate(self): + def doUpdate(self): try: start = time.time() #sts = self._sendReceive("EVT").strip().split(self.array_separator)