Script execution

This commit is contained in:
gac-S_Changer
2017-02-24 11:08:23 +01:00
parent fb5d51283d
commit 3e0d4bb5eb

View File

@@ -60,7 +60,6 @@ class RobotTCP(TcpDevice, Stoppable):
def evaluate(self, cmd):
ret = self.execute('eval', cmd)
print ret
if ret.strip() != "": raise Exception(ret)
def get_var(self, name):