From 2979219381dc2c21ca9067e8a16546eb682d471a Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 23 Feb 2017 11:52:42 +0100 Subject: [PATCH] Script execution --- script/RobotTCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 07670e7..20a455e 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -130,7 +130,7 @@ class RobotTCP(TcpDevice): def get_safety_fault_signal(self): fault = eval_bool("safetyFault(s)") if (fault): - return get_str("s") + return get_str("") def is_powered(self):