Script execution
This commit is contained in:
@@ -312,7 +312,9 @@ class RobotTCP(TcpDevice, Stoppable):
|
||||
|
||||
def get_task_status(self, name):
|
||||
code = self.eval_int('taskStatus("' + str(name)+ '")')
|
||||
#TODO: String assignments in $exec causes application to freeze
|
||||
#status = self.eval_str('help(' + str(code)+ ')')
|
||||
status = get_help.evaluate('get_help("' + str(code)+ '")')')
|
||||
return code
|
||||
|
||||
#Updating
|
||||
|
||||
Reference in New Issue
Block a user