Home
last modified time | relevance | path

Searched refs:main_entry (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp-utility/tftp/
A Dhaasdevice.py254 def run_app(self,main_entry): argument
258 if self.is_str_empty(main_entry):
259 raise ValueError("app entry:" + main_entry + "cat't be null")
261 run_cmd = 'python ' + main_entry + '\r\n'
262 logging.info("Try to run app:" + main_entry)

Completed in 2 milliseconds