Script execution
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user