Searched refs:main_entry (Results 1 – 1 of 1) sorted by relevance
254 def run_app(self,main_entry): argument258 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