Update launch_sdio.py
This commit is contained in:
parent
97bda374e3
commit
7250045662
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ if __name__ == '__main__':
|
|||
|
||||
sdio_path = wk.kit.tools.get_sdio_path(interactive=True)
|
||||
cmd = [sdio_path, '-log_dir', log_dir]
|
||||
wk.exe.run_program(cmd, check=False, cwd=sdio_path.parent)
|
||||
wk.exe.popen_program(cmd, cwd=sdio_path.parent)
|
||||
|
|
|
|||
Loading…
Reference in a new issue