(tool_path, param)
| 75 | return exec_path |
| 76 | |
| 77 | def do_makeimg(tool_path, param): |
| 78 | str = "\"" + tool_path + "\"" + ' ' + param |
| 79 | if debug_info: |
| 80 | print('exec cmd: ' + str); |
| 81 | |
| 82 | execute_command(str) |
| 83 | |
| 84 | def get_wmlib_path_full(path): |
| 85 | (_wmlib_path,_wmlib_name) = os.path.split(path) |
no test coverage detected